summaryrefslogtreecommitdiff
path: root/mk/tools/tools.DragonFly.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-19 14:21:18 +0000
committerjoerg <joerg>2007-06-19 14:21:18 +0000
commit1eaa20ea0097b3448d4d02150e31921710558987 (patch)
tree3417d7626097585fc27160a975fa64330bddc048 /mk/tools/tools.DragonFly.mk
parent80701152686344e3f4714b7a27c9239b7e9aba28 (diff)
downloadpkgsrc-1eaa20ea0097b3448d4d02150e31921710558987.tar.gz
Add ident as tool and use /usr/bin/ident on those platforms I know to
have it. Fallback to devel/rcs otherwise. Commited during freeze as it is a dependency of pbulk.
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 ffd4f9b91f3..e2fbbaa430a 100644
--- a/mk/tools/tools.DragonFly.mk
+++ b/mk/tools/tools.DragonFly.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.DragonFly.mk,v 1.28 2007/02/07 19:25:33 joerg Exp $
+# $NetBSD: tools.DragonFly.mk,v 1.29 2007/06/19 14:21:19 joerg Exp $
#
# System-supplied tools for the DragonFly operating system.
@@ -39,6 +39,7 @@ TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP}
TOOLS_PLATFORM.head?= /usr/bin/head
TOOLS_PLATFORM.hostname?= /bin/hostname
TOOLS_PLATFORM.id?= /usr/bin/id
+TOOLS_PLATFORM.ident?= /usr/bin/ident
TOOLS_PLATFORM.install?= /usr/bin/install
.if exists(/usr/bin/install-info)
TOOLS_PLATFORM.install-info?= /usr/bin/install-info