diff options
-rw-r--r-- | distrib/special/ifconfig/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/distrib/special/ifconfig/Makefile b/distrib/special/ifconfig/Makefile index c663809b851..075ba68e8db 100644 --- a/distrib/special/ifconfig/Makefile +++ b/distrib/special/ifconfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2012/09/07 00:20:21 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2016/05/03 17:54:31 jca Exp $ PROG= ifconfig SRCS= ifconfig.c @@ -9,9 +9,4 @@ DPADD= ${LIBUTIL} .PATH: ${.CURDIR}/../../../sbin/ifconfig -CPPFLAGS+=-DINET6 - -# kame scopeid hack -CPPFLAGS+=-DKAME_SCOPEID - .include <bsd.prog.mk> |