diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-07-18 04:58:17 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-07-18 04:58:17 +0000 |
commit | 1e5f78bc9c52575f173ed9f83d8cbef0f7861bdb (patch) | |
tree | d8ad87fd628de56a582b67716a87dda82d2a59ec /emulators/Makefile | |
parent | d461e99bc3dbf10e1eee8cf31abe8ccf5e96fdd0 (diff) | |
download | pkgsrc-1e5f78bc9c52575f173ed9f83d8cbef0f7861bdb.tar.gz |
An MS-DOS emulator (NetBSD/i386 only)
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 88690da0e60..c5a43291021 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/05/26 21:20:07 tron Exp $ +# $NetBSD: Makefile,v 1.9 1998/07/18 04:59:11 tsarna Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -8,6 +8,7 @@ SUBDIR += compat12 # SUBDIR += cpmemu # SUBDIR += cpmtools + SUBDIR += doscmd # SUBDIR += fmsx # SUBDIR += hfs # SUBDIR += ines |