aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMikolaj Golub <trociny@FreeBSD.org>2016-02-27 20:03:10 +0000
committerMikolaj Golub <trociny@FreeBSD.org>2016-02-27 20:03:10 +0000
commitea446456fe9533b308339701c0acecbb5c0bb007 (patch)
treeb809960c129e32739494286afa9c7dcf0b087104 /net-mgmt
parent0ccad4810ba43bb56731d7f90b37dde795a0bc9e (diff)
Fix build on recent 11.0-CURRENT
Notes
Notes: svn path=/head/; revision=409685
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bsnmp-ucd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile
index 0095b3b09937..d00cc70ce521 100644
--- a/net-mgmt/bsnmp-ucd/Makefile
+++ b/net-mgmt/bsnmp-ucd/Makefile
@@ -21,4 +21,7 @@ post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
+pre-build:
+ ${MAKE} -C ${WRKSRC} depend
+
.include <bsd.port.mk>