diff options
author | tv <tv> | 1999-04-15 16:38:56 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-15 16:38:56 +0000 |
commit | b5fbc75aff94e055c4a40c6d825a7f3096f14391 (patch) | |
tree | 1775eaf4514f2c9f61ad311c5cd47179e768ea49 /emulators | |
parent | 087b66064da22ae1b29c6a78246aef905617f2d3 (diff) | |
download | pkgsrc-b5fbc75aff94e055c4a40c6d825a7f3096f14391.tar.gz |
Add and enable compat13.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index b74d9d4cc8b..b2fdda5c1de 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/03/31 06:38:29 garbled Exp $ +# $NetBSD: Makefile,v 1.18 1999/04/15 16:38:56 tv Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -6,6 +6,7 @@ SUBDIR += bochs # SUBDIR += bsvc SUBDIR += compat12 + SUBDIR += compat13 # SUBDIR += cpmemu # SUBDIR += cpmtools SUBDIR += doscmd |