Reenable NS and ISO code.
This commit is contained in:
parent
f5d9fe2b2c
commit
b64231f035
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user