diff options
author | tg <tg@FreeBSD.org> | 1997-02-24 13:51:00 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-24 13:51:00 +0000 |
commit | 32d92aeb50479e794d4bbc67295378365e6910a7 (patch) | |
tree | b86fc4895ebc2ba3ed148877e11ee739a483a452 /emulators | |
parent | c81dcaf6a591a82ea4e11f31aa8894ccd5921c28 (diff) | |
download | FreeBSD-ports-32d92aeb50479e794d4bbc67295378365e6910a7.zip FreeBSD-ports-32d92aeb50479e794d4bbc67295378365e6910a7.tar.gz |
Activate xgs.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 91c2a4a..44c911a 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1996/10/30 09:41:12 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/15 19:30:55 erich Exp $ # SUBDIR += cpmemu @@ -16,5 +16,6 @@ SUBDIR += vmsbackup SUBDIR += wine SUBDIR += x48 + SUBDIR += xgs .include <bsd.port.subdir.mk> |