diff options
author | jlam <jlam@pkgsrc.org> | 2006-01-08 23:00:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-01-08 23:00:00 +0000 |
commit | 4593519ecc764919afe7597353db68dd712c8f1c (patch) | |
tree | ad18e02ef845714c5b708ac2a957343b2b797a37 /mk/tools/tools.Linux.mk | |
parent | 50cacbe2d2d012566c7dfeaaa4b7f126f04b317f (diff) | |
download | pkgsrc-4593519ecc764919afe7597353db68dd712c8f1c.tar.gz |
Teach the tools framework about "gsoelim", which is the soelim tool from
a groff distribution.
Diffstat (limited to 'mk/tools/tools.Linux.mk')
-rw-r--r-- | mk/tools/tools.Linux.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/tools/tools.Linux.mk b/mk/tools/tools.Linux.mk index 08007716223..ac9a54e55a5 100644 --- a/mk/tools/tools.Linux.mk +++ b/mk/tools/tools.Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Linux.mk,v 1.27 2005/11/08 03:36:13 tv Exp $ +# $NetBSD: tools.Linux.mk,v 1.28 2006/01/08 23:00:00 jlam Exp $ # # System-supplied tools for the Linux operating system. @@ -73,6 +73,9 @@ TOOLS_PLATFORM.gsed?= /bin/sed .elif exists(/usr/bin/sed) TOOLS_PLATFORM.gsed?= /usr/bin/sed .endif +.if exists(/usr/bin/soelim) +TOOLS_PLATFORM.gsoelim?= /usr/bin/soelim +.endif TOOLS_PLATFORM.gtar?= /bin/tar .if exists(/bin/gunzip) TOOLS_PLATFORM.gunzip?= /bin/gunzip -f |