diff options
author | agc <agc> | 2001-02-19 12:36:12 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-19 12:36:12 +0000 |
commit | cb8f0d38cdc6dde152bd0d77d66f5ad2c1668ed0 (patch) | |
tree | 4a0dc6cc7e6db73214f41413b98298ccacbfc0cb /emulators | |
parent | 624facecaa8d23aab854deff187ea855f2a3b8e6 (diff) | |
download | pkgsrc-cb8f0d38cdc6dde152bd0d77d66f5ad2c1668ed0.tar.gz |
Add and enable hercules
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 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 |