diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-24 13:51:00 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-24 13:51:00 +0000 |
commit | cd94e1c5fb2fffb3d8471f265b87d59b56a4c3de (patch) | |
tree | 6f635ba7e4a19edfb7df55120321cfac7dfa16c9 /emulators/Makefile | |
parent | Import of xgs, an Apple IIgs emulator. (diff) |
Activate xgs.
Notes
Notes:
svn path=/head/; revision=5729
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 91c2a4a4ac15..44c911a20ca5 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> |