diff options
author | Mark Murray <markm@FreeBSD.org> | 2001-12-11 22:46:42 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2001-12-11 22:46:42 +0000 |
commit | 7423f8b10bd121b0ec0e918a6f1a28f8f7e47d02 (patch) | |
tree | 648f4fc2e5c8a8f6613e0e128b19b5fe92e33020 /usr.bin/xinstall/Makefile | |
parent | 16b07a33f9b9a0e8ef882f362994ec26b2133bcb (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/Makefile | 1 |
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) |