diff options
author | Mikolaj Golub <trociny@FreeBSD.org> | 2016-03-05 12:01:19 +0000 |
---|---|---|
committer | Mikolaj Golub <trociny@FreeBSD.org> | 2016-03-05 12:01:19 +0000 |
commit | 590c4f5583b47dd61f15a913f3f2f7093169575d (patch) | |
tree | 1e5da20a8421cf132a93ab6f3bfe2424ba5c377d /net-mgmt/bsnmp-ucd | |
parent | c6206e7adf22cd421c7254a7e860c23a018ef4c8 (diff) |
Notes
Diffstat (limited to 'net-mgmt/bsnmp-ucd')
-rw-r--r-- | net-mgmt/bsnmp-ucd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile index d00cc70ce521..536302a6bc0f 100644 --- a/net-mgmt/bsnmp-ucd/Makefile +++ b/net-mgmt/bsnmp-ucd/Makefile @@ -22,6 +22,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR} pre-build: - ${MAKE} -C ${WRKSRC} depend + ${MAKE_CMD} -C ${WRKSRC} depend .include <bsd.port.mk> |