diff options
author | tron <tron> | 2006-01-16 21:50:46 +0000 |
---|---|---|
committer | tron <tron> | 2006-01-16 21:50:46 +0000 |
commit | 3cc031aec00d5caf91665c1ee4756275678f53e3 (patch) | |
tree | 354d269b341409a17c680bb9c68e38fb85e41529 /mk/tools | |
parent | a0547ca73b53754e69a6979991660b685e90042a (diff) | |
download | pkgsrc-3cc031aec00d5caf91665c1ee4756275678f53e3.tar.gz |
(At least) Mac OS X Tiger comes with a fine working "tbl" command.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/tools.Darwin.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk index 30795494916..04b89db9ca3 100644 --- a/mk/tools/tools.Darwin.mk +++ b/mk/tools/tools.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Darwin.mk,v 1.21 2006/01/09 18:32:52 jlam Exp $ +# $NetBSD: tools.Darwin.mk,v 1.22 2006/01/16 21:50:46 tron Exp $ # # System-supplied tools for the Darwin (Mac OS X) operating system. @@ -69,6 +69,9 @@ TOOLS_PLATFORM.sort?= /usr/bin/sort TOOLS_PLATFORM.strip?= /usr/bin/strip TOOLS_PLATFORM.tail?= /usr/bin/tail TOOLS_PLATFORM.tar?= /usr/bin/tar +.if exists(/usr/bin/tbl) +TOOLS_PLATFORM.tbl?= /usr/bin/tbl +.endif TOOLS_PLATFORM.tee?= /usr/bin/tee TOOLS_PLATFORM.test?= test # shell builtin TOOLS_PLATFORM.touch?= /usr/bin/touch |