summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndp
diff options
context:
space:
mode:
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>