summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-12 08:49:51 +0000
committerru <ru@FreeBSD.org>2001-12-12 08:49:51 +0000
commitd27bd7160fcf1893f840daf7cc581163b12d37a7 (patch)
tree17f8a3dcc5d66f27d362e5b0ad8c2dd9f29ea351 /usr.bin/xinstall/Makefile
parent6394a9f7167c3bf784d2e4133deed3cecf0595c7 (diff)
downloadFreeBSD-src-d27bd7160fcf1893f840daf7cc581163b12d37a7.zip
FreeBSD-src-d27bd7160fcf1893f840daf7cc581163b12d37a7.tar.gz
More "const" poisoning, and only use NO_WERROR if we're bootstrapping.
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index 0d66aa0..674385b 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -4,12 +4,12 @@
PROG= xinstall
PROGNAME= install
SRCS= xinstall.c
-NO_WERROR= yes
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