diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-18 04:16:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-18 04:16:02 +0000 |
commit | 7afa2729cb91c391a6da68331b2655fea5c18d13 (patch) | |
tree | c126852399478d274129636cb8702585ca6f0206 /emulators/Makefile | |
parent | remove LIB_DEPENDS to gettext, (diff) |
Disconnect linux_base-62 from the build since it hasn't been updated
after the repocopy.
Leaving it in Makefile lets "make index" create a duplicate entry of
linux_base and confuses some tools that look up INDEX.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index db67411de205..d82bfb0cdfd6 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -29,7 +29,7 @@ SUBDIR += ksnes9x SUBDIR += linux-vmware-toolbox SUBDIR += linux_base - SUBDIR += linux_base-62 +# SUBDIR += linux_base-62 SUBDIR += linux_base-7 SUBDIR += mastergear SUBDIR += mtools |