diff options
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9abdbfe929f..788690a7526 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2001/02/16 15:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2001/02/19 12:36:12 agc Exp $ # COMMENT= Emulators for other operating systems @@ -12,6 +12,7 @@ SUBDIR+= darcnes SUBDIR+= doscmd SUBDIR+= fmsx SUBDIR+= freebsd_lib +SUBDIR+= hercules SUBDIR+= ia64sim SUBDIR+= linux-locale SUBDIR+= linuxppc_lib |