summaryrefslogtreecommitdiff
path: root/mk/defs.NetBSD.mk
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-15 12:40:03 +0000
committerjlam <jlam>2001-07-15 12:40:03 +0000
commit16073cff42d76c2da1622d9da4b264880727cba7 (patch)
treeae5f239e2744c741a9ece087f81f3ad4cc335352 /mk/defs.NetBSD.mk
parent9b555725da9893a995b9a03b8f11e6aa690d76fb (diff)
downloadpkgsrc-16073cff42d76c2da1622d9da4b264880727cba7.tar.gz
Rename "FILE" to "FILE_CMD" since ".for FILE" is a common idiom in BSD
makefiles, and this interferes with the conditional definition of FILE in defs.*.mk.
Diffstat (limited to 'mk/defs.NetBSD.mk')
-rw-r--r--mk/defs.NetBSD.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.NetBSD.mk b/mk/defs.NetBSD.mk
index 4194e5aa9f0..5d7f5c7bb25 100644
--- a/mk/defs.NetBSD.mk
+++ b/mk/defs.NetBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.NetBSD.mk,v 1.4 2001/07/13 06:16:02 jlam Exp $
+# $NetBSD: defs.NetBSD.mk,v 1.5 2001/07/15 12:40:03 jlam Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -16,7 +16,7 @@ DIRNAME?= /usr/bin/dirname
ECHO?= echo # Shell builtin
EGREP?= /usr/bin/egrep
FALSE?= false # Shell builtin
-FILE?= /usr/bin/file
+FILE_CMD?= /usr/bin/file
FIND?= /usr/bin/find
GREP?= /usr/bin/grep
GTAR?= /usr/bin/tar