summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-05-14 23:37:06 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-05-14 23:37:06 +0000
commit8cd7d3cb231bdc064427e002c329ef68fe61f5a5 (patch)
tree5102404b350904ddbd69b623d701d4fa8c087d82 /usr.bin/netstat/Makefile
parentaffc92e2d4ec8eec31b765e6db362cd263180fa7 (diff)
use __KAME__ to determine kame-based kernel.
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r--usr.bin/netstat/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index de1a06b1939..aa5f0ba014d 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2001/07/30 11:42:09 hugh Exp $
+# $OpenBSD: Makefile,v 1.11 2003/05/14 23:37:05 itojun Exp $
PROG= netstat
SRCS= if.c inet.c inet6.c ipx.c iso.c main.c mbuf.c mroute.c ns.c route.c \
@@ -14,6 +14,4 @@ INET6?= yes
CPPFLAGS+= -DINET6
.endif
-CPPFLAGS+= -DKAME_SCOPEID
-
.include <bsd.prog.mk>