summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-11-13 12:34:54 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-11-13 12:34:54 +0000
commit1f5e1ee6359746a41563c24aa3e0413c1d4cf249 (patch)
tree8b12bb0a75c5661fdd36b4a21800a72781d4bf91 /emulators
parentImport xzx, a Sinclair ZX Spectrum emulator. (diff)
Activate xzx.
Notes
Notes: svn path=/head/; revision=8600
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 2380c003ebc8..a77eaeac407a 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.17 1997/11/02 14:58:02 jseger Exp $
+# $Id: Makefile,v 1.18 1997/11/08 20:34:51 jraynard Exp $
#
SUBDIR += aftp
@@ -27,5 +27,6 @@
SUBDIR += wine
SUBDIR += x48
SUBDIR += xgs
+ SUBDIR += xzx
.include <bsd.port.subdir.mk>