summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/ifconfig/Makefile1
-rw-r--r--sbin/route/Makefile2
2 files changed, 2 insertions, 1 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>
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index af97fc0..c75d0b2 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -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
OpenPOWER on IntegriCloud