Possible netgraph snafu in build

Bruce M Simpson bms at incunabulum.net
Sun Sep 28 23:34:51 UTC 2008


FYI... looks like this breaks cross builds.
-------------- next part --------------
Index: usr.sbin/bsnmpd/modules/Makefile
===================================================================
--- usr.sbin/bsnmpd/modules/Makefile	(revision 183441)
+++ usr.sbin/bsnmpd/modules/Makefile	(working copy)
@@ -12,9 +12,12 @@
 	snmp_bridge \
 	snmp_hostres \
 	snmp_mibII \
-	snmp_netgraph \
 	snmp_pf
 
+.if ${MK_NETGRAPH_SUPPORT} != "no"
+SUBDIR+=snmp_netgraph
+.endif
+
 INCS=	snmpmod.h
 INCSDIR= ${INCLUDEDIR}/bsnmp
 


More information about the freebsd-current mailing list