summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
blob: 674385bc4ecec095718320cfdcb763c9760d0311 (plain)
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>
OpenPOWER on IntegriCloud