diff options
-rw-r--r-- | net-mgmt/bsnmp-ucd/Makefile | 3 |
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> |