diff options
Diffstat (limited to 'usr.sbin/getpmac/Makefile')
-rw-r--r-- | usr.sbin/getpmac/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/getpmac/Makefile b/usr.sbin/getpmac/Makefile index 40f4f78..e84c1ec 100644 --- a/usr.sbin/getpmac/Makefile +++ b/usr.sbin/getpmac/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ PROG= getpmac +NOMAN= #true SRCS= getpmac.c -CFLAGS+=-Wall -NOMAN=yes + +WARNS?= 2 + .include <bsd.prog.mk> |