diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-04 04:42:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-04 04:42:35 +0800 |
commit | c10538f12163ffdf50f0469e0e2c2633d9160024 (patch) | |
tree | f5d107ee699dfeeb2b4f471b1dc459b34d38cce0 /Mk | |
parent | 395ded1ebd7ffe71509bdf7ef2cce30e25051b2d (diff) | |
download | freebsd-ports-gnome-c10538f12163ffdf50f0469e0e2c2633d9160024.tar.gz freebsd-ports-gnome-c10538f12163ffdf50f0469e0e2c2633d9160024.tar.zst freebsd-ports-gnome-c10538f12163ffdf50f0469e0e2c2633d9160024.zip |
Add JOT command.
PR: ports/159725
Submitted by: crees
Diffstat (limited to 'Mk')
-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 57649017e919..6870d74dc0d1 100644 --- a/Mk/bsd.commands.mk +++ b/Mk/bsd.commands.mk @@ -52,6 +52,7 @@ GZIP_CMD?= /usr/bin/gzip -nf ${GZIP} HEAD?= /usr/bin/head ID?= /usr/bin/id IDENT?= /usr/bin/ident +JOT?= /usr/bin/jot LDCONFIG?= /sbin/ldconfig LN?= /bin/ln LS?= /bin/ls |