aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-11 22:46:42 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-11 22:46:42 +0000
commit7423f8b10bd121b0ec0e918a6f1a28f8f7e47d02 (patch)
tree648f4fc2e5c8a8f6613e0e128b19b5fe92e33020 /usr.bin/xinstall/Makefile
parent16b07a33f9b9a0e8ef882f362994ec26b2133bcb (diff)
WARNS=2, use __FBSDID(), set NO_WERROR, as there are "dirty" files used
during the bootstrap phase.
Notes
Notes: svn path=/head/; revision=87685
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index e0886ed7afdb..0d66aa008fbc 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -4,6 +4,7 @@
PROG= xinstall
PROGNAME= install
SRCS= xinstall.c
+NO_WERROR= yes
MAN= install.1
.if defined(BOOTSTRAPPING)