diff options
author | tv <tv> | 1998-03-17 21:37:13 +0000 |
---|---|---|
committer | tv <tv> | 1998-03-17 21:37:13 +0000 |
commit | 3216b74eef5821de9b75d6b6e38c72a903e17f78 (patch) | |
tree | 26cf4e414dbcf09f796cfb352935fecf256a7107 /emulators | |
parent | 97bcd734928f1391f069e91b18b4a1f9f556d3ee (diff) | |
download | pkgsrc-3216b74eef5821de9b75d6b6e38c72a903e17f78.tar.gz |
Add compat11 and compat12, and enable them. These don't work for all
arches (as not all architectures had a 1.1 or 1.2 release), but are
restricted as such....
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 54c906c085a..33b1c53ed92 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 1998/02/14 22:08:42 tron Exp $ +# $NetBSD: Makefile,v 1.5 1998/03/17 21:37:13 tv Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # # SUBDIR += aftp # SUBDIR += bsvc + SUBDIR += compat11 + SUBDIR += compat12 # SUBDIR += cpmemu # SUBDIR += cpmtools # SUBDIR += fmsx |