diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-04-11 12:10:19 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-04-11 12:10:19 +0000 |
commit | 0052aa04b9371d197d14143e56469f0330700fdf (patch) | |
tree | 7ebda5819c0faf79d48b52a3076b06218835139a /emulators/linux_base-f8 | |
parent | 22a6daf2695a1c50fd7234f4f2a505b1650f6a44 (diff) | |
download | ports-0052aa04b9371d197d14143e56469f0330700fdf.tar.gz ports-0052aa04b9371d197d14143e56469f0330700fdf.zip |
Notes
Diffstat (limited to 'emulators/linux_base-f8')
-rw-r--r-- | emulators/linux_base-f8/Makefile | 2 |
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 |