diff options
author | jlam <jlam@pkgsrc.org> | 2005-10-12 16:28:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-10-12 16:28:29 +0000 |
commit | 2f774b2802b6a08540def3872df375e480c73bc7 (patch) | |
tree | 7d179f1633f40877cf6bfea76098a921d45b0581 /mk/tools/tools.SunOS.mk | |
parent | f277593ff4a2954b6b621b29ada5b81681fcbb2c (diff) | |
download | pkgsrc-2f774b2802b6a08540def3872df375e480c73bc7.tar.gz |
Teach the tools framework about ``printf'', which can be replaced by the
printf in sysutils/coreutils.
Diffstat (limited to 'mk/tools/tools.SunOS.mk')
-rw-r--r-- | mk/tools/tools.SunOS.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk index de3ade52a71..0c5713b0807 100644 --- a/mk/tools/tools.SunOS.mk +++ b/mk/tools/tools.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.SunOS.mk,v 1.20 2005/08/30 00:32:46 dmcmahill Exp $ +# $NetBSD: tools.SunOS.mk,v 1.21 2005/10/12 16:28:29 jlam Exp $ # # System-supplied tools for the Solaris operating system. @@ -61,6 +61,7 @@ TOOLS_PLATFORM.nroff?= /usr/bin/nroff .if exists(/usr/bin/gpatch) TOOLS_PLATFORM.patch?= /usr/bin/gpatch .endif +TOOLS_PLATFORM.printf?= /bin/printf TOOLS_PLATFORM.pwd?= /bin/pwd TOOLS_PLATFORM.rm?= /usr/bin/rm TOOLS_PLATFORM.rmdir?= /usr/bin/rmdir |