mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Remove GCC-specific flags and commented out cruft.
This commit is contained in:
parent
fa6d48c068
commit
2d3f94bf1b
1 changed files with 0 additions and 3 deletions
|
|
@ -4,12 +4,9 @@
|
|||
PROG= netstat
|
||||
SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c ipx.c route.c \
|
||||
unix.c atalk.c netgraph.c mroute6.c ipsec.c # iso.c ns.c tp_astring.c
|
||||
CFLAGS+=-Wall
|
||||
CFLAGS+=-DIPSEC
|
||||
CFLAGS+=-DINET6
|
||||
|
||||
#CFLAGS+=-g
|
||||
#.PATH: ${.CURDIR}/../../sys/netiso
|
||||
BINGRP= kmem
|
||||
BINMODE=2555
|
||||
DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH} ${LIBUTIL}
|
||||
|
|
|
|||
Loading…
Reference in a new issue