diff options
author | agc <agc@pkgsrc.org> | 2001-02-22 16:46:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-22 16:46:34 +0000 |
commit | 32a0f6e0fbe4e9627fc2d0ca292021932105b42a (patch) | |
tree | 7162b9a7d25c3deb3a1a3a1335882cd3a402de80 | |
parent | 6c33a45b948e0273e797db4f031f814664b7b110 (diff) | |
download | pkgsrc-32a0f6e0fbe4e9627fc2d0ca292021932105b42a.tar.gz |
Add and enable Hercules-images
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 788690a7526..a5d3b266b13 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2001/02/19 12:36:12 agc Exp $ +# $NetBSD: Makefile,v 1.51 2001/02/22 16:46:34 agc Exp $ # COMMENT= Emulators for other operating systems @@ -13,6 +13,7 @@ SUBDIR+= doscmd SUBDIR+= fmsx SUBDIR+= freebsd_lib SUBDIR+= hercules +SUBDIR+= hercules-images SUBDIR+= ia64sim SUBDIR+= linux-locale SUBDIR+= linuxppc_lib |