According to style.Makefile(5):
WARNS?= should appear before CFLAGS Reviewed by: ru
This commit is contained in:
parent
2f4829e6cb
commit
7f1a765333
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user