diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-30 16:19:33 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-30 16:19:33 +0000 |
commit | 9d09b2f95b51a07cf238173fba7ecc45415116e5 (patch) | |
tree | 0753d54bc1a14c00218218436b829ca4605843ff /usr.bin/netstat/Makefile | |
parent | 72f05f19f83762fb1584770a5045578abf4e38b6 (diff) |
enable KAME scopeid hack (print link-local addresses with scope identifier
like "fe80::1@de0").
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r-- | usr.bin/netstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 521acd59df2..056b388ea96 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1999/12/08 12:30:17 itojun Exp $ +# $OpenBSD: Makefile,v 1.7 1999/12/30 16:19:32 itojun Exp $ PROG= netstat SRCS= if.c inet.c ipx.c iso.c main.c mbuf.c mroute.c ns.c route.c \ @@ -10,6 +10,6 @@ LDADD= -lkvm DPADD= ${LIBKVM} CPPFLAGS+= -DINET6 -#CPPFLAGS+= -DKAME_SCOPEID +CPPFLAGS+= -DKAME_SCOPEID .include <bsd.prog.mk> |