Possible netgraph snafu in build

From: Bruce M Simpson <bms_at_incunabulum.net>
Date: Mon, 29 Sep 2008 00:34:49 +0100
FYI... looks like this breaks cross builds.

Index: usr.sbin/bsnmpd/modules/Makefile
===================================================================
--- usr.sbin/bsnmpd/modules/Makefile	(revision 183441)
+++ usr.sbin/bsnmpd/modules/Makefile	(working copy)
_at__at_ -12,9 +12,12 _at__at_
 	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
 
Received on Sun Sep 28 2008 - 21:34:51 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:35 UTC