diff options
author | tv <tv> | 1999-04-15 16:38:56 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-15 16:38:56 +0000 |
commit | 81d7ce351ab7b98573584eab157d247f3e9be7d3 (patch) | |
tree | 1775eaf4514f2c9f61ad311c5cd47179e768ea49 /emulators/Makefile | |
parent | 0fd37da39fdb84f649a4a2d7326ce2bc49b0572e (diff) | |
download | pkgsrc-81d7ce351ab7b98573584eab157d247f3e9be7d3.tar.gz |
Add and enable compat13.
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 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 |