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