2005-08-30 02:32:46 +02:00
|
|
|
# $NetBSD: tools.SunOS.mk,v 1.20 2005/08/30 00:32:46 dmcmahill Exp $
|
2005-04-27 17:28:16 +02:00
|
|
|
#
|
|
|
|
# System-supplied tools for the Solaris operating system.
|
|
|
|
|
2005-04-28 19:30:24 +02:00
|
|
|
TOOLS_PLATFORM.[?= [ # shell builtin
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.awk?= /usr/bin/nawk
|
|
|
|
TOOLS_PLATFORM.basename?= /usr/bin/basename
|
2005-05-14 03:04:37 +02:00
|
|
|
.if exists(/usr/bin/bzcat)
|
2005-05-02 04:50:33 +02:00
|
|
|
TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat
|
|
|
|
.endif
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.cat?= /usr/bin/cat
|
|
|
|
TOOLS_PLATFORM.chgrp?= /usr/bin/chgrp
|
|
|
|
TOOLS_PLATFORM.chmod?= /usr/bin/chmod
|
|
|
|
TOOLS_PLATFORM.chown?= /usr/bin/chown
|
2005-05-14 03:04:37 +02:00
|
|
|
.if exists(/bin/cmp)
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.cmp?= /bin/cmp
|
2005-05-14 12:14:29 +02:00
|
|
|
.elif exists(/usr/bin/cmp)
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.cmp?= /usr/bin/cmp
|
2005-04-27 17:28:16 +02:00
|
|
|
.endif
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.cp?= /bin/cp
|
2005-06-24 22:59:59 +02:00
|
|
|
TOOLS_PLATFORM.csh?= /bin/csh
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.cut?= /usr/bin/cut
|
|
|
|
TOOLS_PLATFORM.date?= /usr/xpg4/bin/date
|
2005-06-23 22:45:34 +02:00
|
|
|
.if exists(/bin/diff)
|
|
|
|
TOOLS_PLATFORM.diff?= /bin/diff
|
|
|
|
.elif exists(/usr/bin/diff)
|
|
|
|
TOOLS_PLATFORM.diff?= /usr/bin/diff
|
|
|
|
.endif
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.dirname?= /usr/bin/dirname
|
|
|
|
TOOLS_PLATFORM.echo?= /usr/ucb/echo
|
|
|
|
TOOLS_PLATFORM.egrep?= /usr/xpg4/bin/grep -E
|
|
|
|
TOOLS_PLATFORM.env?= /usr/bin/env
|
|
|
|
TOOLS_PLATFORM.expr?= /usr/xpg4/bin/expr
|
|
|
|
TOOLS_PLATFORM.false?= /usr/bin/false
|
|
|
|
TOOLS_PLATFORM.fgrep?= /usr/xpg4/bin/fgrep
|
|
|
|
TOOLS_PLATFORM.file?= /usr/bin/file
|
|
|
|
TOOLS_PLATFORM.find?= /usr/bin/find
|
|
|
|
TOOLS_PLATFORM.grep?= /usr/xpg4/bin/grep
|
2005-04-27 17:28:16 +02:00
|
|
|
.if exists(/usr/bin/gzip)
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.gunzip?= /usr/bin/gzip -df
|
|
|
|
TOOLS_PLATFORM.gzcat?= /usr/bin/gzip -cd
|
|
|
|
TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP}
|
2005-04-27 17:28:16 +02:00
|
|
|
.endif
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.head?= /usr/bin/head
|
|
|
|
TOOLS_PLATFORM.hostname?= /bin/hostname
|
|
|
|
TOOLS_PLATFORM.id?= /usr/xpg4/bin/id
|
2005-05-03 22:41:53 +02:00
|
|
|
TOOLS_PLATFORM.install?= /usr/ucb/install
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.ln?= /usr/bin/ln
|
|
|
|
TOOLS_PLATFORM.ls?= /usr/bin/ls
|
|
|
|
TOOLS_PLATFORM.m4?= /usr/ccs/bin/m4
|
2005-05-03 18:30:34 +02:00
|
|
|
TOOLS_PLATFORM.mail?= /usr/bin/mailx
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.mkdir?= /usr/bin/mkdir -p
|
2005-06-04 00:54:44 +02:00
|
|
|
.if exists(/usr/bin/mktemp)
|
|
|
|
TOOLS_PLATFORM.mktemp?= /usr/bin/mktemp
|
|
|
|
.endif
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.mv?= /usr/bin/mv
|
|
|
|
TOOLS_PLATFORM.nice?= /usr/xpg4/bin/nice
|
2005-07-31 07:24:52 +02:00
|
|
|
.if exists(/usr/bin/nroff)
|
2005-05-26 23:46:13 +02:00
|
|
|
TOOLS_PLATFORM.nroff?= /usr/bin/nroff
|
2005-07-31 07:24:52 +02:00
|
|
|
.endif
|
2005-04-27 17:28:16 +02:00
|
|
|
.if exists(/usr/bin/gpatch)
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.patch?= /usr/bin/gpatch
|
2005-04-27 17:28:16 +02:00
|
|
|
.endif
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.pwd?= /bin/pwd
|
|
|
|
TOOLS_PLATFORM.rm?= /usr/bin/rm
|
|
|
|
TOOLS_PLATFORM.rmdir?= /usr/bin/rmdir
|
|
|
|
TOOLS_PLATFORM.sh?= /bin/ksh
|
|
|
|
TOOLS_PLATFORM.sort?= /usr/bin/sort
|
2005-05-10 21:56:51 +02:00
|
|
|
TOOLS_PLATFORM.strip?= /usr/ccs/bin/strip
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.tail?= /usr/xpg4/bin/tail
|
2005-07-31 07:24:52 +02:00
|
|
|
.if exists(/usr/bin/tbl)
|
|
|
|
TOOLS_PLATFORM.tbl?= /usr/bin/tbl
|
|
|
|
.endif
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.tee?= /usr/bin/tee
|
|
|
|
TOOLS_PLATFORM.test?= test # shell builtin
|
|
|
|
TOOLS_PLATFORM.touch?= /usr/bin/touch
|
2005-08-30 02:32:46 +02:00
|
|
|
TOOLS_PLATFORM.tr?= /usr/bin/tr
|
2005-04-27 18:52:28 +02:00
|
|
|
TOOLS_PLATFORM.true?= /usr/bin/true
|
|
|
|
TOOLS_PLATFORM.tsort?= /usr/ccs/bin/tsort
|
|
|
|
TOOLS_PLATFORM.wc?= /usr/bin/wc
|
|
|
|
TOOLS_PLATFORM.xargs?= /usr/bin/xargs
|