summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndp
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2016-05-02 16:50:17 +0000
committerjca <jca@openbsd.org>2016-05-02 16:50:17 +0000
commit3c1eec242e64f806967a2baf11a0676cdbb9a518 (patch)
tree781f594180b2067c137182665a9c72e501e1bb82 /usr.sbin/ndp
parentAdd check to armv7 platform bus match code, so that those busses only (diff)
downloadwireguard-openbsd-3c1eec242e64f806967a2baf11a0676cdbb9a518.tar.xz
wireguard-openbsd-3c1eec242e64f806967a2baf11a0676cdbb9a518.zip
Kill useless CPPFLAGS
usr.sbin/ndp has no #ifdef INET6 test, and doesn't need an explicit -I. directive. ok sha256 mpi@
Diffstat (limited to 'usr.sbin/ndp')
-rw-r--r--usr.sbin/ndp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ndp/Makefile b/usr.sbin/ndp/Makefile
index 477c5e55444..454b8c730ad 100644
--- a/usr.sbin/ndp/Makefile
+++ b/usr.sbin/ndp/Makefile
@@ -1,9 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 2013/08/09 17:52:12 bluhm Exp $
+# $OpenBSD: Makefile,v 1.4 2016/05/02 16:50:17 jca Exp $
PROG= ndp
SRCS= ndp.c gmt2local.c
MAN= ndp.8
-CPPFLAGS+=-DINET6 -I${.CURDIR}
-
.include <bsd.prog.mk>