diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 08:07:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 08:07:18 +0000 |
commit | 78eb1fe689fb97bae6cd9d31dbf675cfa283db92 (patch) | |
tree | 328ac70f6624ba4871bb1039c5894bbae7259e11 /emulators/Makefile | |
parent | 0ca1c1615047091d87c1c1866b8079c036340624 (diff) | |
download | ports-78eb1fe689fb97bae6cd9d31dbf675cfa283db92.tar.gz ports-78eb1fe689fb97bae6cd9d31dbf675cfa283db92.zip |
Notes
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile new file mode 100644 index 000000000000..065f4089b66f --- /dev/null +++ b/emulators/Makefile @@ -0,0 +1,6 @@ +# $Id: Makefile,v 1.19 1995/06/21 20:39:49 asami Exp $ +# + + SUBDIR += cpmemu + +.include <bsd.port.subdir.mk> |