diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2002-12-01 23:10:28 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2002-12-01 23:10:28 +0000 |
commit | 6a2c7d1a77504a07e35494b4d3578afe79078543 (patch) | |
tree | bc77da09b04b22c206a0b13b7799289781458df6 /usr.sbin/setfmac | |
parent | ed2f312db59d2b968db1402ac519222002725bd7 (diff) | |
download | src-6a2c7d1a77504a07e35494b4d3578afe79078543.tar.gz src-6a2c7d1a77504a07e35494b4d3578afe79078543.zip |
Notes
Diffstat (limited to 'usr.sbin/setfmac')
-rw-r--r-- | usr.sbin/setfmac/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/setfmac/Makefile b/usr.sbin/setfmac/Makefile index 6e7a0a1c7c49..d991e980009c 100644 --- a/usr.sbin/setfmac/Makefile +++ b/usr.sbin/setfmac/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ PROG= setfmac -SRCS= setfmac.c MAN= setfmac.8 -CFLAGS+=-Wall +SRCS= setfmac.c + +WARNS?= 2 + .include <bsd.prog.mk> |