aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/setfmac
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-12-01 23:10:28 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-12-01 23:10:28 +0000
commit6a2c7d1a77504a07e35494b4d3578afe79078543 (patch)
treebc77da09b04b22c206a0b13b7799289781458df6 /usr.sbin/setfmac
parented2f312db59d2b968db1402ac519222002725bd7 (diff)
downloadsrc-6a2c7d1a77504a07e35494b4d3578afe79078543.tar.gz
src-6a2c7d1a77504a07e35494b4d3578afe79078543.zip
Notes
Diffstat (limited to 'usr.sbin/setfmac')
-rw-r--r--usr.sbin/setfmac/Makefile6
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>