diff options
author | jdarrow <jdarrow@pkgsrc.org> | 2002-08-13 03:19:27 +0000 |
---|---|---|
committer | jdarrow <jdarrow@pkgsrc.org> | 2002-08-13 03:19:27 +0000 |
commit | b888dd551d7af268ddb93832b52b7cc7f003a1b4 (patch) | |
tree | 6027a5f90fb05caa64d99463c5a29a429e2cd324 /emulators | |
parent | c2d43e83ac9131c6ca2935fde5345ac14adcf7a5 (diff) | |
download | pkgsrc-b888dd551d7af268ddb93832b52b7cc7f003a1b4.tar.gz |
Add and enable "compat14-crypto".
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 e958e6abec3..1115be40f8d 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2002/05/16 16:10:07 agc Exp $ +# $NetBSD: Makefile,v 1.70 2002/08/13 03:19:27 jdarrow Exp $ # COMMENT= Emulators for other operating systems @@ -10,6 +10,7 @@ SUBDIR+= bochs SUBDIR+= compat12 SUBDIR+= compat13 SUBDIR+= compat14 +SUBDIR+= compat14-crypto SUBDIR+= darcnes SUBDIR+= doscmd SUBDIR+= fmsx |