diff options
author | 2016-05-03 17:54:31 +0000 | |
---|---|---|
committer | 2016-05-03 17:54:31 +0000 | |
commit | 77cc13d4f651bb1d0056175dc42c91318ab631f6 (patch) | |
tree | 51422d527f799c32965c260be456c153c49c48ac | |
parent | Remove INET6 #ifdefs (diff) | |
download | wireguard-openbsd-77cc13d4f651bb1d0056175dc42c91318ab631f6.tar.xz wireguard-openbsd-77cc13d4f651bb1d0056175dc42c91318ab631f6.zip |
Also remove -DINET6 here, noticed by tedu
-DKAME_SCOPEID can go away too, meaningless since 2006
-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> |