Don't check MKINET6 - parent makefile doesn't descend to ndp if it's "no".

This commit is contained in:
uwe 2013-06-21 12:50:50 +00:00
parent 62fe4696d8
commit fd21d10e53
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2010/12/12 18:50:31 christos Exp $
# $NetBSD: Makefile,v 1.9 2013/06/21 12:50:50 uwe Exp $
.include <bsd.own.mk>
@ -11,9 +11,7 @@ PROG= ndp
SRCS= ndp.c gmt2local.c
MAN= ndp.8
.if ${MKINET6} != "no"
CPPFLAGS+=-DINET6
.endif
CPPFLAGS+=-I. -I${TCPDUMP}
.include <bsd.prog.mk>