diff options
author | wiz <wiz> | 2002-11-14 12:48:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-14 12:48:28 +0000 |
commit | 4fed17aee3804aef74cb53fba583d2aaed26ca82 (patch) | |
tree | 04be15a4e97a86c29306a9ee768d686729e29487 /emulators/Makefile | |
parent | 204f594adc7deff5ab29e447c33a1bc3f83349e5 (diff) | |
download | pkgsrc-4fed17aee3804aef74cb53fba583d2aaed26ca82.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 |