freebsd-dev/usr.bin/xinstall/Makefile

16 lines
251 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
1994-05-27 12:33:43 +00:00
PROG= xinstall
PROGNAME= install
SRCS= xinstall.c
MAN= install.1
1994-05-27 12:33:43 +00:00
.if defined(BOOTSTRAPPING)
.PATH: ${.CURDIR}/../../lib/libc/gen
SRCS+= strtofflags.c
NO_WERROR= yes
.endif
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>