Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ndp Don't check MKINET6 - parent makefile doesn't d...



details:   https://anonhg.NetBSD.org/src/rev/2f7e5865c910
branches:  trunk
changeset: 787510:2f7e5865c910
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Jun 21 12:50:50 2013 +0000

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

diffstat:

 usr.sbin/ndp/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 2d54f617a51f -r 2f7e5865c910 usr.sbin/ndp/Makefile
--- a/usr.sbin/ndp/Makefile     Fri Jun 21 12:42:55 2013 +0000
+++ b/usr.sbin/ndp/Makefile     Fri Jun 21 12:50:50 2013 +0000
@@ -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 @@
 SRCS=  ndp.c gmt2local.c
 MAN=   ndp.8
 
-.if ${MKINET6} != "no"
 CPPFLAGS+=-DINET6
-.endif
 CPPFLAGS+=-I. -I${TCPDUMP}
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index