diff options
author | jkh <jkh@FreeBSD.org> | 1996-10-16 19:37:58 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-10-16 19:37:58 +0000 |
commit | f39b076277e8beb6cb79ecb77f848f5a27cdb293 (patch) | |
tree | 1292106ed64c2c9f98107a4245e035097585607b /sbin/ifconfig | |
parent | 05c2b6dbd28b2e6bc677e41e76aa6a521cea3487 (diff) | |
download | FreeBSD-src-f39b076277e8beb6cb79ecb77f848f5a27cdb293.zip FreeBSD-src-f39b076277e8beb6cb79ecb77f848f5a27cdb293.tar.gz |
Bring back NS support for this utility - we need it for the commercial Novell
server software.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index b4aa1ea..d84904a 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> |