summaryrefslogtreecommitdiff
path: root/mk/tools/tools.Darwin.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-04-27 15:28:16 +0000
committerjlam <jlam>2005-04-27 15:28:16 +0000
commit8cd304c5b04bae4659dd87e40c173dad586a2a9d (patch)
tree3ee391e2f05cb4597443ae958e7d2ec8db2332eb /mk/tools/tools.Darwin.mk
parentfb891c8566a4b0978c3172466c8414a5815a11d7 (diff)
downloadpkgsrc-8cd304c5b04bae4659dd87e40c173dad586a2a9d.tar.gz
Initial stab at creating lists of system-supplied tools for each platform.
These were culled from pkgsrc/mk/${OPSYS}.mk. These files should only be listing utilities that aren't installed by pkgsrc.
Diffstat (limited to 'mk/tools/tools.Darwin.mk')
-rw-r--r--mk/tools/tools.Darwin.mk55
1 files changed, 55 insertions, 0 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk
new file mode 100644
index 00000000000..cb8fc28ff3c
--- /dev/null
+++ b/mk/tools/tools.Darwin.mk
@@ -0,0 +1,55 @@
+# $NetBSD: tools.Darwin.mk,v 1.1 2005/04/27 15:28:16 jlam Exp $
+#
+# System-supplied tools for the Darwin (Mac OS X) operating system.
+
+PLATFORM_TOOL.awk?= /usr/bin/awk
+PLATFORM_TOOL.basename?= /usr/bin/basename
+PLATFORM_TOOL.cat?= /bin/cat
+PLATFORM_TOOL.chgrp?= /usr/bin/chgrp
+PLATFORM_TOOL.chmod?= /bin/chmod
+PLATFORM_TOOL.chown?= /usr/sbin/chown
+PLATFORM_TOOL.cmp?= /usr/bin/cmp
+PLATFORM_TOOL.cp?= /bin/cp
+PLATFORM_TOOL.cut?= /usr/bin/cut
+PLATFORM_TOOL.date?= /bin/date
+PLATFORM_TOOL.dirname?= /usr/bin/dirname
+PLATFORM_TOOL.echo?= echo # shell builtin
+PLATFORM_TOOL.egrep?= /usr/bin/egrep
+PLATFORM_TOOL.env?= /usr/bin/env
+PLATFORM_TOOL.expr?= /bin/expr
+PLATFORM_TOOL.false?= false # shell builtin
+PLATFORM_TOOL.fgrep?= /usr/bin/fgrep
+PLATFORM_TOOL.file?= /usr/bin/file
+PLATFORM_TOOL.find?= /usr/bin/find
+PLATFORM_TOOL.gmake?= /usr/bin/gnumake
+PLATFORM_TOOL.grep?= /usr/bin/grep
+PLATFORM_TOOL.gtar?= /usr/bin/gnutar
+PLATFORM_TOOL.gunzip?= /usr/bin/gunzip -f
+PLATFORM_TOOL.gzcat?= /usr/bin/gzcat
+PLATFORM_TOOL.gzip?= /usr/bin/gzip -nf ${GZIP}
+PLATFORM_TOOL.head?= /usr/bin/head
+PLATFORM_TOOL.hostname?= /bin/hostname
+PLATFORM_TOOL.id?= /usr/bin/id
+PLATFORM_TOOL.ln?= /bin/ln
+PLATFORM_TOOL.ls?= /bin/ls
+PLATFORM_TOOL.m4?= /usr/bin/m4
+PLATFORM_TOOL.mkdir?= /bin/mkdir -p
+PLATFORM_TOOL.mtree?= /usr/sbin/mtree
+PLATFORM_TOOL.mv?= /bin/mv
+PLATFORM_TOOL.nice?= /usr/bin/nice
+PLATFORM_TOOL.patch?= /usr/bin/patch
+PLATFORM_TOOL.pwd?= /bin/pwd
+PLATFORM_TOOL.rm?= /bin/rm
+PLATFORM_TOOL.rmdir?= /bin/rmdir
+PLATFORM_TOOL.sed?= /usr/bin/sed
+PLATFORM_TOOL.sh?= /bin/sh
+PLATFORM_TOOL.sort?= /usr/bin/sort
+PLATFORM_TOOL.tail?= /usr/bin/tail
+PLATFORM_TOOL.tee?= /usr/bin/tee
+PLATFORM_TOOL.test?= test # shell builtin
+PLATFORM_TOOL.touch?= /usr/bin/touch
+PLATFORM_TOOL.tr?= /usr/bin/tr
+PLATFORM_TOOL.true?= true # shell builtin
+PLATFORM_TOOL.tsort?= /usr/bin/tsort
+PLATFORM_TOOL.wc?= /usr/bin/wc
+PLATFORM_TOOL.xargs?= /usr/bin/xargs