diff options
-rw-r--r-- | emulators/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 6970a1e0a1e..65a859db8db 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.47 2001/01/23 22:32:37 manu Exp $ +# $NetBSD: Makefile,v 1.48 2001/02/08 13:34:55 wiz Exp $ # SUBDIR += atari800 SUBDIR += bochs SUBDIR += compat12 SUBDIR += compat13 + SUBDIR += compat14 SUBDIR += darcnes SUBDIR += doscmd SUBDIR += fmsx @@ -12,6 +13,8 @@ SUBDIR += ia64sim SUBDIR += linux-locale SUBDIR += linuxppc_lib + SUBDIR += netbsd32_compat14 + SUBDIR += netbsd32_compat15 SUBDIR += pcemu SUBDIR += plex86 SUBDIR += simh |