diff options
author | fenner <fenner@FreeBSD.org> | 1997-11-23 23:40:21 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-11-23 23:40:21 +0000 |
commit | 37db32e6674b3f43241299a14bf1ee726a1e2641 (patch) | |
tree | 2eaa2e5bf40303dbdc7eef4dcdc4e338133fdd99 | |
parent | aef3e9df67add8abcfe3de466bf59956bf9eb16d (diff) | |
download | FreeBSD-ports-37db32e6674b3f43241299a14bf1ee726a1e2641.zip FreeBSD-ports-37db32e6674b3f43241299a14bf1ee726a1e2641.tar.gz |
Add xcopilot.
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 3c20d20..7c03407 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1997/11/13 12:34:54 tg Exp $ +# $Id: Makefile,v 1.20 1997/11/14 13:54:52 tg Exp $ # SUBDIR += aftp @@ -27,6 +27,7 @@ SUBDIR += vmsbackup SUBDIR += wine SUBDIR += x48 + SUBDIR += xcopilot SUBDIR += xgs SUBDIR += xzx |