diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-18 04:34:46 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-18 04:34:46 +0000 |
commit | 67592e2b6378f04548459f1e07289d488bc45901 (patch) | |
tree | d3d9c2b8ce505cd7eedbe8a81673ed894ca0e641 /emulators/Makefile | |
parent | e7bcc9c92483950017087c7443d8b8d56e4735b9 (diff) | |
download | ports-67592e2b6378f04548459f1e07289d488bc45901.tar.gz ports-67592e2b6378f04548459f1e07289d488bc45901.zip |
Notes
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 fc3be47d24d9..2b5722247e53 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 1998/07/12 11:14:41 dburr Exp $ +# $Id: Makefile,v 1.26 1998/10/30 06:43:38 asami Exp $ # SUBDIR += aftp @@ -35,6 +35,7 @@ SUBDIR += xcopilot SUBDIR += xgs SUBDIR += xmame + SUBDIR += xsystem35 SUBDIR += xzx .include <bsd.port.subdir.mk> |