aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-10-16 19:37:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-10-16 19:37:58 +0000
commit98ca8a3e5bbdcb9ac19803c9585b886a45f744a9 (patch)
tree1292106ed64c2c9f98107a4245e035097585607b /sbin/ifconfig
parentebd707d36a7573aa0a381542566505c30d19f40a (diff)
downloadsrc-98ca8a3e5bbdcb9ac19803c9585b886a45f744a9.tar.gz
src-98ca8a3e5bbdcb9ac19803c9585b886a45f744a9.zip
Bring back NS support for this utility - we need it for the commercial Novell
server software.
Notes
Notes: svn path=/head/; revision=18965
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index b4aa1ea38e5a..d84904abfe8c 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -4,5 +4,6 @@ PROG= ifconfig
MAN8= ifconfig.8
DPADD= ${LIBKVM} ${LIBIPX}
LDADD= -lkvm -lipx
+CFLAGS+= -DNS
.include <bsd.prog.mk>