Module Name:    src
Committed By:   uwe
Date:           Fri Jun 21 12:50:50 UTC 2013

Modified Files:
        src/usr.sbin/ndp: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/ndp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/ndp/Makefile
diff -u src/usr.sbin/ndp/Makefile:1.8 src/usr.sbin/ndp/Makefile:1.9
--- src/usr.sbin/ndp/Makefile:1.8	Sun Dec 12 18:50:31 2010
+++ src/usr.sbin/ndp/Makefile	Fri Jun 21 12:50:50 2013
@@ -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>

Reply via email to