summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-30 16:19:33 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-30 16:19:33 +0000
commit9d09b2f95b51a07cf238173fba7ecc45415116e5 (patch)
tree0753d54bc1a14c00218218436b829ca4605843ff /sbin/ifconfig/Makefile
parent72f05f19f83762fb1584770a5045578abf4e38b6 (diff)
enable KAME scopeid hack (print link-local addresses with scope identifier
like "fe80::1@de0").
Diffstat (limited to 'sbin/ifconfig/Makefile')
-rw-r--r--sbin/ifconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index 9584521cda3..395452430e2 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1999/12/08 07:45:30 itojun Exp $
+# $OpenBSD: Makefile,v 1.5 1999/12/30 16:19:31 itojun Exp $
PROG= ifconfig
MAN= ifconfig.8
@@ -6,6 +6,6 @@ MAN= ifconfig.8
CPPFLAGS+=-DINET6
# kame scopeid hack
-#CPPFLAGS+=-DKAME_SCOPEID
+CPPFLAGS+=-DKAME_SCOPEID
.include <bsd.prog.mk>