diff options
author | jlam <jlam> | 2001-06-12 13:16:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-12 13:16:09 +0000 |
commit | 4cd254b6b53fbce53fcc90f1a88339d32518b51c (patch) | |
tree | 89fe5538820faa92e04700201bb92aab353c1cbe /mk/defs.NetBSD.mk | |
parent | dbbfd418e62c80d43f11ab71db873bc409001940 (diff) | |
download | pkgsrc-4cd254b6b53fbce53fcc90f1a88339d32518b51c.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.mk | 4 |
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 |