diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-03 14:36:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-03 14:36:17 +0000 |
commit | 16adf55f429f506747b024e3ae0bc88175e0f6ae (patch) | |
tree | c08ef17f9e4efbeb0196889361a3d47dfa0d416d /emulators/Makefile | |
parent | 955be09b26a9ff8a64663ceec837230e9c02f628 (diff) | |
download | pkgsrc-16adf55f429f506747b024e3ae0bc88175e0f6ae.tar.gz |
add and enable dosbox.
Diffstat (limited to 'emulators/Makefile')
-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 |