diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-04-28 12:14:10 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-04-28 12:14:10 +0000 |
| commit | 2d3f94bf1bb7eb3601ab0fa1d3cf4c4b5d52ce09 (patch) | |
| tree | 0db5864fe1971769718d6d0b52611b737fffa1bf | |
| parent | fa6d48c068e1c04e0c9868ca3033fafafbd47b96 (diff) | |
Notes
| -rw-r--r-- | usr.bin/netstat/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index f1bd3d8c5f05..2cb84859b347 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -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} |
