# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: head/usr.bin/xinstall/Makefile 87685 2001-12-11 22:46:42Z markm $ PROG= xinstall PROGNAME= install SRCS= xinstall.c NO_WERROR= yes MAN= install.1 .if defined(BOOTSTRAPPING) .PATH: ${.CURDIR}/../../lib/libc/gen SRCS+= strtofflags.c .endif .include