summaryrefslogtreecommitdiff
path: root/mk/defs.NetBSD.mk
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-12 13:16:09 +0000
committerjlam <jlam>2001-06-12 13:16:09 +0000
commitb9b083749aceb8d4473b1a19181e43e61aca88cf (patch)
tree89fe5538820faa92e04700201bb92aab353c1cbe /mk/defs.NetBSD.mk
parent776cd0d717dab331e7cf7ea8f4df2e66c0b738b5 (diff)
downloadpkgsrc-b9b083749aceb8d4473b1a19181e43e61aca88cf.tar.gz
Add SORT and WC. Linux and Solaris ones might not be right...someone in
the know should check the pathnames.
Diffstat (limited to 'mk/defs.NetBSD.mk')
-rw-r--r--mk/defs.NetBSD.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defs.NetBSD.mk b/mk/defs.NetBSD.mk
index 831b0538f15..e3d174f28ae 100644
--- a/mk/defs.NetBSD.mk
+++ b/mk/defs.NetBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.NetBSD.mk,v 1.1 2001/06/12 12:49:55 jlam Exp $
+# $NetBSD: defs.NetBSD.mk,v 1.2 2001/06/12 13:16:09 jlam Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -38,6 +38,7 @@ RMDIR?= /bin/rmdir
SED?= /usr/bin/sed
SETENV?= /usr/bin/env
SH?= /bin/sh
+SORT?= /usr/bin/sort
SU?= /usr/bin/su
TAIL?= /usr/bin/tail
TEST?= test # Shell builtin
@@ -45,4 +46,5 @@ TOUCH?= /usr/bin/touch
TR?= /usr/bin/tr
TRUE?= true # Shell builtin
TYPE?= type # Shell builtin
+WC?= /usr/bin/wc
XARGS?= /usr/bin/xargs