diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-05-03 17:54:32 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-05-03 17:54:32 +0000 |
commit | 52d40a323243237febdce0c400c6b24b110e9680 (patch) | |
tree | 3f1ab00c9aabbf76513332f25b3cc0b850fa7c69 /distrib/special/ifconfig | |
parent | e986a39f8a1a1d9221621be26eec6de73675abd1 (diff) |
Also remove -DINET6 here, noticed by tedu
-DKAME_SCOPEID can go away too, meaningless since 2006
Diffstat (limited to 'distrib/special/ifconfig')
-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> |