summaryrefslogtreecommitdiff
path: root/emulators/linux_base-f8
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2007-04-11 12:10:19 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2007-04-11 12:10:19 +0000
commit0052aa04b9371d197d14143e56469f0330700fdf (patch)
tree7ebda5819c0faf79d48b52a3076b06218835139a /emulators/linux_base-f8
parent- File was rerolled for a small bugfix. (diff)
${ECHO} -> ${ECHO_CMD}
Suggested by: rafan
Notes
Notes: svn path=/head/; revision=189759
Diffstat (limited to 'emulators/linux_base-f8')
-rw-r--r--emulators/linux_base-f8/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile
index e7748416afcb..d2dc3605ad02 100644
--- a/emulators/linux_base-f8/Makefile
+++ b/emulators/linux_base-f8/Makefile
@@ -121,7 +121,7 @@ PLIST= pkg-plist
.include <bsd.port.pre.mk>
-LINUX_OSRELEASE!= ${ECHO} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null`
+LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null`
.if ${LINUX_OSRELEASE}x == "x"
IGNORE= linuxulator is not (kld)loaded