diff options
author | wollman <wollman@FreeBSD.org> | 1996-02-13 17:30:37 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-02-13 17:30:37 +0000 |
commit | 379b9b388fc8788659993af038bb322bfbcea8b2 (patch) | |
tree | 0853393f80e81ab72567bd7838b4c2b218a67558 /usr.bin/netstat/Makefile | |
parent | 45f8e7f5c1b5de36c0bce4e71f98e7bb5fa9236f (diff) | |
download | FreeBSD-src-379b9b388fc8788659993af038bb322bfbcea8b2.zip FreeBSD-src-379b9b388fc8788659993af038bb322bfbcea8b2.tar.gz |
XNS sort-of-support is no more.
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r-- | usr.bin/netstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 2f73360..45fa21e 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/12/93 PROG= netstat -SRCS= if.c inet.c main.c mbuf.c mroute.c ipx.c ns.c route.c \ - unix.c # iso.c tp_astring.c +SRCS= if.c inet.c main.c mbuf.c mroute.c ipx.c route.c \ + unix.c # iso.c ns.c tp_astring.c CFLAGS+=-I/sys # -g #.PATH: ${.CURDIR}/../../sys/netiso BINGRP= kmem |