summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-01-23 12:29:46 +0000
committerdelphij <delphij@FreeBSD.org>2005-01-23 12:29:46 +0000
commit89e5680369050036aac52ce3910052d70832e2d0 (patch)
treef64b9faaa9f43511e43b3c724cbba5b455da3c1e /usr.bin/netstat
parent5a11e75d6b948480809bf9e62f8e2527ddea6af9 (diff)
downloadFreeBSD-src-89e5680369050036aac52ce3910052d70832e2d0.zip
FreeBSD-src-89e5680369050036aac52ce3910052d70832e2d0.tar.gz
According to style.Makefile(5):
WARNS?= should appear before CFLAGS Reviewed by: ru
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index 3411e13..c039cbd 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -4,12 +4,14 @@
PROG= netstat
SRCS= if.c inet.c inet6.c main.c mbuf.c mcast.c mroute.c ipx.c route.c \
unix.c atalk.c netgraph.c mroute6.c ipsec.c
+
+WARNS?= 2
+NO_WERROR=
+
CFLAGS+=-DIPSEC
.if !defined(NO_INET6)
CFLAGS+=-DINET6
.endif
-WARNS?= 2
-NO_WERROR=
BINGRP= kmem
BINMODE=2555
OpenPOWER on IntegriCloud