diff options
author | peter <peter@FreeBSD.org> | 2003-03-05 19:20:29 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-03-05 19:20:29 +0000 |
commit | 6467f119a1ad62ff9f05c304ee003b4e44b53f66 (patch) | |
tree | 72211e01f1c5e835f3fc9f66f9e75b6dd4cc80bd /usr.bin/netstat/Makefile | |
parent | 60fad63fbf9c78c2146cc731d77f894e904ff08d (diff) | |
download | FreeBSD-src-6467f119a1ad62ff9f05c304ee003b4e44b53f66.zip FreeBSD-src-6467f119a1ad62ff9f05c304ee003b4e44b53f66.tar.gz |
Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]
array, it isn't likely to find any ARPAnet IMP drivers in FreeBSD.
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r-- | usr.bin/netstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 2cb8485..876e928 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -3,7 +3,7 @@ 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 + unix.c atalk.c netgraph.c mroute6.c ipsec.c CFLAGS+=-DIPSEC CFLAGS+=-DINET6 |