diff options
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 2380c00..a77eaea 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> |