PERFORCE change 130615 for review

Warner Losh imp at FreeBSD.org
Mon Dec 10 23:10:08 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130615

Change 130615 by imp at imp_mbp on 2007/12/11 07:10:03

	IPFILTER can't default to both YES and NO, so default it to yes
	for the moment.
	
	# Haven't checked the base FreeBSD yet to see if this is the
	# right way to resolve the conflict.

Affected files ...

.. //depot/projects/arm/src/share/mk/bsd.own.mk#17 edit

Differences ...

==== //depot/projects/arm/src/share/mk/bsd.own.mk#17 (text+ko) ====

@@ -387,8 +387,7 @@
 .for var in \
     BIND_LIBS \
     HESIOD \
-    IDEA \
-    IPFILTER
+    IDEA
 .if defined(WITH_${var}) && defined(WITHOUT_${var})
 .error WITH_${var} and WITHOUT_${var} can't both be set.
 .endif


More information about the p4-projects mailing list