According to style.Makefile(5):

WARNS?= should appear before CFLAGS

Reviewed by:	ru
This commit is contained in:
Xin LI 2005-01-23 12:29:46 +00:00
parent 2f4829e6cb
commit 7f1a765333
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140659

View File

@ -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