# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: head/usr.bin/xinstall/Makefile 90416 2002-02-08 23:07:37Z markm $ PROG= xinstall PROGNAME= install SRCS= xinstall.c MAN= install.1 .if defined(BOOTSTRAPPING) .PATH: ${.CURDIR}/../../lib/libc/gen SRCS+= strtofflags.c .endif .include