From d27bd7160fcf1893f840daf7cc581163b12d37a7 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 12 Dec 2001 08:49:51 +0000 Subject: More "const" poisoning, and only use NO_WERROR if we're bootstrapping. --- usr.bin/xinstall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/xinstall/Makefile') 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 -- cgit v1.1