diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 05:25:17 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 05:25:17 +0000 |
commit | 09f75fd0f93bce4f161ffb73a6138dba6e1af6e0 (patch) | |
tree | a53a363abeb2ffc263982772d69e2e492e41c7ce /emulators/linux_base-8/Makefile | |
parent | new port linux_base-src-rh-8: provides sources for software found (diff) |
Don't error out when the user defines USE_LINUX (See PR 69997 and
bsd.port.mk 1.505).
Diffstat (limited to 'emulators/linux_base-8/Makefile')
-rw-r--r-- | emulators/linux_base-8/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 3e5c3006baa5..7dd465eb476f 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -70,9 +70,7 @@ MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} # Let's avoid hardcoding 'en' as the language. LANG= en -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif +.undef USE_LINUX .include <bsd.port.pre.mk> |