diff options
author | agc <agc@pkgsrc.org> | 2001-02-19 12:36:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-19 12:36:12 +0000 |
commit | 268e686f1a13f3b2c9e214dde526771c4f0726b0 (patch) | |
tree | 4a0dc6cc7e6db73214f41413b98298ccacbfc0cb | |
parent | 206e2832c39d0417ab7e5b669eedb26105de4e45 (diff) | |
download | pkgsrc-268e686f1a13f3b2c9e214dde526771c4f0726b0.tar.gz |
Add and enable hercules
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9abdbfe929f..788690a7526 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2001/02/16 15:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2001/02/19 12:36:12 agc Exp $ # COMMENT= Emulators for other operating systems @@ -12,6 +12,7 @@ SUBDIR+= darcnes SUBDIR+= doscmd SUBDIR+= fmsx SUBDIR+= freebsd_lib +SUBDIR+= hercules SUBDIR+= ia64sim SUBDIR+= linux-locale SUBDIR+= linuxppc_lib |