diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-10 03:07:37 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-10 03:07:37 +0000 |
commit | 8639c66722c3809934cc3a97e7db321900ee2815 (patch) | |
tree | 33f3ac6bb52f62a00f66f41324b380ce0b396500 /emulators/Makefile | |
parent | New port of xmame version 0.30.1; also moved into its proper location (diff) |
Add xmame to subdirs.
Notes
Notes:
svn path=/head/; revision=9649
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 372c3529996d..435eff27803c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1997/11/23 23:40:21 fenner Exp $ +# $Id: Makefile,v 1.22 1997/12/18 03:48:38 alex Exp $ # SUBDIR += aftp @@ -30,6 +30,7 @@ SUBDIR += x48 SUBDIR += xcopilot SUBDIR += xgs + SUBDIR += xmame SUBDIR += xzx .include <bsd.port.subdir.mk> |