diff options
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9e2b3b031d0..b8d4d67cf14 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2003/04/28 23:18:18 jdolecek Exp $ +# $NetBSD: Makefile,v 1.82 2003/06/03 14:36:17 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -12,6 +12,7 @@ SUBDIR+= compat13 SUBDIR+= compat14 SUBDIR+= compat14-crypto SUBDIR+= darcnes +SUBDIR+= dosbox SUBDIR+= doscmd SUBDIR+= fmsx SUBDIR+= freebsd_lib |