Date: Mon, 29 Sep 2008 00:34:49 +0100 From: Bruce M Simpson <bms@incunabulum.net> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: Possible netgraph snafu in build Message-ID: <48E01499.7010203@incunabulum.net>
index | next in thread | raw e-mail
[-- Attachment #1 --]
FYI... looks like this breaks cross builds.
[-- Attachment #2 --]
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48E01499.7010203>
