diff options
author | salo <salo@pkgsrc.org> | 2002-12-15 02:12:32 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-15 02:12:32 +0000 |
commit | 4ff76ecb8518dbc000c7fdae96a3848f3bfe46ee (patch) | |
tree | 28becf5efea4d3e3e021e4bc3994576376f07197 /mk/defs.Linux.mk | |
parent | 930d23a75cf4cbdc8563ad1843df8f4b4c0fa5ce (diff) | |
download | pkgsrc-4ff76ecb8518dbc000c7fdae96a3848f3bfe46ee.tar.gz |
Add FGREP.
Diffstat (limited to 'mk/defs.Linux.mk')
-rw-r--r-- | mk/defs.Linux.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Linux.mk b/mk/defs.Linux.mk index 6571528f918..641863275fc 100644 --- a/mk/defs.Linux.mk +++ b/mk/defs.Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Linux.mk,v 1.38 2002/12/03 21:13:38 agc Exp $ +# $NetBSD: defs.Linux.mk,v 1.39 2002/12/15 02:12:32 salo Exp $ # # Variable definitions for the Linux operating system. @@ -17,6 +17,7 @@ ECHO?= /bin/echo EGREP?= /bin/egrep EXPR?= /usr/bin/expr FALSE?= /bin/false +FGREP?= /bin/fgrep FILE_CMD?= /usr/bin/file FIND?= /usr/bin/find GMAKE?= /usr/bin/make |