Bring back NS support for this utility - we need it for the commercial Novell

server software.
This commit is contained in:
Jordan K. Hubbard 1996-10-16 19:37:58 +00:00
parent ebd707d36a
commit 98ca8a3e5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18965
2 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@ PROG= ifconfig
MAN8= ifconfig.8
DPADD= ${LIBKVM} ${LIBIPX}
LDADD= -lkvm -lipx
CFLAGS+= -DNS
.include <bsd.prog.mk>

View File

@ -3,7 +3,7 @@
PROG= route
MAN8= route.8
SRCS= route.c keywords.h # ccitt_addr.h
CFLAGS+=-I. -Wall
CFLAGS+=-I. -Wall -DNS
CLEANFILES+=keywords.h
BINOWN= root
BINMODE=4555