summaryrefslogtreecommitdiff
path: root/net/net-snmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/net-snmp/Makefile')
-rw-r--r--net/net-snmp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 457fae5ab57..10edf82db58 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2006/09/14 15:48:27 ghen Exp $
+# $NetBSD: Makefile,v 1.53 2006/09/24 15:04:35 joerg Exp $
DISTNAME= net-snmp-5.3.1
CATEGORIES= net
@@ -24,6 +24,10 @@ TEST_TARGET?= test
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "DragonFly"
+MAKE_ENV+= MIB_SYSTEM_LIBS=-lkinfo
+.endif
+
.if ${OPSYS} == "NetBSD"
OSVERSION_SPECIFIC= YES
. if empty(CFLAGS:U:M*-Dnetbsd1*)