diff options
| author | Xin LI <delphij@FreeBSD.org> | 2005-01-22 19:35:48 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2005-01-22 19:35:48 +0000 |
| commit | 980b4f7474f7f89fd42948ba1ac6bd17619cb148 (patch) | |
| tree | 27043f8089cc0ceef39971af7faf636f1fa31ba3 /usr.bin/netstat | |
| parent | 75337a56774e96ec6f999f083e773dc7d7389668 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 86a43d57e76a..3411e136afcc 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -5,7 +5,9 @@ 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 CFLAGS+=-DIPSEC +.if !defined(NO_INET6) CFLAGS+=-DINET6 +.endif WARNS?= 2 NO_WERROR= |
