1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ PROG= xinstall PROGNAME= install SRCS= xinstall.c MAN= install.1 .if defined(BOOTSTRAPPING) .PATH: ${.CURDIR}/../../lib/libc/gen SRCS+= strtofflags.c NO_WERROR= yes .endif .include <bsd.prog.mk>