aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/checknr/Makefile
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-02-27 15:49:07 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-02-27 15:49:07 +0000
commit2e30d3b13ca1dd440fc48e0e6635e75897becdc3 (patch)
tree09b54c0420c1270929a7449f18646fede99c5329 /usr.bin/checknr/Makefile
parent9fdb8219fa9e266a11645f404aea7d4df3659eaf (diff)
downloadsrc-2e30d3b13ca1dd440fc48e0e6635e75897becdc3.tar.gz
src-2e30d3b13ca1dd440fc48e0e6635e75897becdc3.zip
1) Don't use -Wall in Makefile.
2) Don't compile vendor ID. 3) WARNS=4 fixes (constness, make a global local to avoid shadowing, unused parameters, rename local to avoid shadowing, remove junk after #endif) 4) remove some "register"s.
Notes
Notes: svn path=/head/; revision=91389
Diffstat (limited to 'usr.bin/checknr/Makefile')
-rw-r--r--usr.bin/checknr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/checknr/Makefile b/usr.bin/checknr/Makefile
index 85e4c48e827d..8a47b5956bef 100644
--- a/usr.bin/checknr/Makefile
+++ b/usr.bin/checknr/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= checknr
-CFLAGS+=-Wall
.include <bsd.prog.mk>