summaryrefslogtreecommitdiff
path: root/mk/tools/tools.DragonFly.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-03 22:54:44 +0000
committerjlam <jlam>2005-06-03 22:54:44 +0000
commit11e2a69c75dde43f6282990c2565ae615869fa9d (patch)
tree4c6644b89c16942f91bbcf6d43651ec7f43e1e22 /mk/tools/tools.DragonFly.mk
parent832774184c344e221155cc27f05bacf8f02a567a (diff)
downloadpkgsrc-11e2a69c75dde43f6282990c2565ae615869fa9d.tar.gz
Teach the tools framework about mktemp. Replace explicit tests for
mktemp with USE_TOOLS+=mktemp in the samba packages.
Diffstat (limited to 'mk/tools/tools.DragonFly.mk')
-rw-r--r--mk/tools/tools.DragonFly.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.DragonFly.mk b/mk/tools/tools.DragonFly.mk
index 8d8ebe47b0d..970160c1535 100644
--- a/mk/tools/tools.DragonFly.mk
+++ b/mk/tools/tools.DragonFly.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.DragonFly.mk,v 1.14 2005/05/26 21:46:14 jlam Exp $
+# $NetBSD: tools.DragonFly.mk,v 1.15 2005/06/03 22:54:44 jlam Exp $
#
# System-supplied tools for the DragonFly operating system.
@@ -39,6 +39,7 @@ TOOLS_PLATFORM.ls?= /bin/ls
TOOLS_PLATFORM.m4?= /usr/bin/m4
TOOLS_PLATFORM.mail?= /usr/bin/mail
TOOLS_PLATFORM.mkdir?= /bin/mkdir -p
+TOOLS_PLATFORM.mktemp?= /usr/bin/mktemp
TOOLS_PLATFORM.mtree?= /usr/sbin/mtree
TOOLS_PLATFORM.mv?= /bin/mv
TOOLS_PLATFORM.nice?= /usr/bin/nice