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>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------000107060806020206020706 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FYI... looks like this breaks cross builds. --------------000107060806020206020706 Content-Type: text/plain; name="bsnmp-modules.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bsnmp-modules.diff" 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 --------------000107060806020206020706--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48E01499.7010203>