pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Note lex if it's present on the system.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9310f41723a3
branches:  trunk
changeset: 493108:9310f41723a3
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 27 15:59:57 2005 +0000

description:
Note lex if it's present on the system.

diffstat:

 mk/tools/tools.Linux.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1f2ad963abde -r 9310f41723a3 mk/tools/tools.Linux.mk
--- a/mk/tools/tools.Linux.mk   Wed Apr 27 15:59:25 2005 +0000
+++ b/mk/tools/tools.Linux.mk   Wed Apr 27 15:59:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Linux.mk,v 1.2 2005/04/27 15:36:26 jlam Exp $
+# $NetBSD: tools.Linux.mk,v 1.3 2005/04/27 15:59:57 jlam Exp $
 #
 # System-supplied tools for the Linux operating system.
 
@@ -82,6 +82,9 @@
 .elif exists(/usr/bin/id)
 PLATFORM_TOOL.id?=             /usr/bin/id
 .endif
+.if exists(/usr/bin/lex)
+PLATFORM_TOOL.lex?=            /usr/bin/lex
+.endif
 PLATFORM_TOOL.ln?=             /bin/ln
 PLATFORM_TOOL.ls?=             /bin/ls
 PLATFORM_TOOL.m4?=             ${PLATFORM_TOOL.gm4}



Home | Main Index | Thread Index | Old Index