diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-14 12:48:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-14 12:48:28 +0000 |
commit | 3e5575d9f6447b2e8852c60d810f2a440652d38e (patch) | |
tree | 04be15a4e97a86c29306a9ee768d686729e29487 /emulators/Makefile | |
parent | bbb2f125f1ac65940d94ef6a33f6687185a534a5 (diff) | |
download | pkgsrc-3e5575d9f6447b2e8852c60d810f2a440652d38e.tar.gz |
Enable netbsd32_compat15 (why shouldn't it be?).
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 6d24137090f..0523697772c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2002/11/08 16:44:49 mrg Exp $ +# $NetBSD: Makefile,v 1.75 2002/11/14 12:48:28 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -26,7 +26,7 @@ SUBDIR+= linuxppc_lib SUBDIR+= minivmac SUBDIR+= mmix SUBDIR+= netbsd32_compat14 -#SUBDIR+= netbsd32_compat15 +SUBDIR+= netbsd32_compat15 SUBDIR+= netbsd32_compat16 SUBDIR+= osf1_lib SUBDIR+= p11 |