Module Name: src Committed By: christos Date: Wed Aug 8 14:10:39 UTC 2012
Modified Files: src/sbin/ifconfig: Makefile Log Message: don't define RUMP_ACTION if MKRUMP = no To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sbin/ifconfig/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/ifconfig/Makefile diff -u src/sbin/ifconfig/Makefile:1.52 src/sbin/ifconfig/Makefile:1.53 --- src/sbin/ifconfig/Makefile:1.52 Sun Aug 14 08:15:15 2011 +++ src/sbin/ifconfig/Makefile Wed Aug 8 10:10:38 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2011/08/14 12:15:15 christos Exp $ +# $NetBSD: Makefile,v 1.53 2012/08/08 14:10:38 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # when making a change to this file, please check if the change is @@ -21,7 +21,9 @@ SRCS+= af_inet6.c .PATH: ${.CURDIR}/../../lib/libc/net RUMPSRCS= getifaddrs.c +.if (${MKRUMP} != "no") CPPFLAGS+= -DRUMP_ACTION +.endif CPPFLAGS+=-I${NETBSDSRCDIR}/sys/dist/pf/ SRCS+= pfsync.c