=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/netstat/Makefile 1999/12/08 12:30:17 1.6 +++ src/usr.bin/netstat/Makefile 1999/12/30 16:19:32 1.7 @@ -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 @@ DPADD= ${LIBKVM} CPPFLAGS+= -DINET6 -#CPPFLAGS+= -DKAME_SCOPEID +CPPFLAGS+= -DKAME_SCOPEID .include