summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>