diff options
author | wiz <wiz> | 2001-02-08 13:34:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-08 13:34:55 +0000 |
commit | e9bfeeecb9bb4976c3c362003bafd3016693e495 (patch) | |
tree | 3d9c05c57afe9ae7c442bcfc46ce66c33db94d77 /emulators/Makefile | |
parent | 2d6c59a8219f862b0711cba9a0dcf4d02833f880 (diff) | |
download | pkgsrc-e9bfeeecb9bb4976c3c362003bafd3016693e495.tar.gz |
add and enable compat14, netbsd32_compat14 and netbsd32_compat15
Diffstat (limited to 'emulators/Makefile')
-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 |