diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-31 16:09:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-31 16:09:54 +0000 |
commit | 792ff477bc180ffd1da0e67539370c9672dbec82 (patch) | |
tree | ff1103873bab887948e4b10e7b73aaf87e1e21d7 | |
parent | 14422a1b1e6ab8b6586175566b58049797b43303 (diff) |
Notes
-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 459d71dc8b97..5eb0230c9518 100644 --- a/Mk/bsd.commands.mk +++ b/Mk/bsd.commands.mk @@ -72,6 +72,7 @@ OBJDUMP?= /usr/bin/objdump PASTE?= /usr/bin/paste PAX?= /bin/pax PRINTF?= /usr/bin/printf +PS_CMD?= /bin/ps PW?= /usr/sbin/pw REALPATH?= /bin/realpath RM?= /bin/rm |