Reenable NS and ISO code.

This commit is contained in:
mycroft 1993-05-01 16:26:52 +00:00
parent f5d9fe2b2c
commit b64231f035

View File

@ -1,17 +1,18 @@
# @(#)Makefile 5.14 (Berkeley) 6/18/90
CFLAGS+=-I/sys
PROG= netstat
SRCS= inet.c if.c main.c mbuf.c route.c unix.c
#
#SRCS+= host.c
#CFLAGS+= -DIMP
#
#SRCS+= ns.c
#CFLAGS+= -DNS
#
#SRCS+= iso.c
#CFLAGS+= -DISO
#
SRCS+= ns.c
CFLAGS+= -DNS
SRCS+= iso.c
CFLAGS+= -DISO
BINGRP= kmem
BINMODE=2555
LDADD= -lutil