diff options
author | tg <tg@FreeBSD.org> | 1997-11-13 20:34:54 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-13 20:34:54 +0800 |
commit | 462912f3f0f48b8d7975a6651bad74792183a1ee (patch) | |
tree | 8801efef7fb0c42284117cd0284fbe979800f4ea /emulators/Makefile | |
parent | 472130cf0a965d08ec88832911bfa5dec3ff38a8 (diff) | |
download | freebsd-ports-gnome-462912f3f0f48b8d7975a6651bad74792183a1ee.tar.gz freebsd-ports-gnome-462912f3f0f48b8d7975a6651bad74792183a1ee.tar.zst freebsd-ports-gnome-462912f3f0f48b8d7975a6651bad74792183a1ee.zip |
Activate xzx.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 3 |
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> |