diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 05:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 05:32:11 +0000 |
commit | b3a72c888c6273233a04ecb8833ee7e615c6b952 (patch) | |
tree | ce90aa0fb38b4a1fbd280927acefc42d4f20b917 | |
parent | - Update to 4.9.0 (diff) |
Define a new MAKE_CMD command
-rw-r--r-- | Mk/bsd.commands.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk index 5eb0230c9518..7c5441702ef9 100644 --- a/Mk/bsd.commands.mk +++ b/Mk/bsd.commands.mk @@ -58,6 +58,7 @@ LDCONFIG?= /sbin/ldconfig LHA_CMD?= ${LOCALBASE}/bin/lha LN?= /bin/ln LS?= /bin/ls +MAKE_CMD?= /usr/bin/make MKDIR?= /bin/mkdir -p MKTEMP?= /usr/bin/mktemp MOUNT?= /sbin/mount |