diff options
author | asami <asami@FreeBSD.org> | 1995-07-01 16:07:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-01 16:07:18 +0800 |
commit | 19bf6141bd99d71f2007a6ed6ca408104466bb0f (patch) | |
tree | ce4b8b2b8e84c56d1994aa3ab1414678559a3ed3 /emulators | |
parent | ba3a9000840f15f22d3bd09527d2cfef1ab70aad (diff) | |
download | freebsd-ports-gnome-19bf6141bd99d71f2007a6ed6ca408104466bb0f.tar.gz freebsd-ports-gnome-19bf6141bd99d71f2007a6ed6ca408104466bb0f.tar.zst freebsd-ports-gnome-19bf6141bd99d71f2007a6ed6ca408104466bb0f.zip |
New Makefile for a new category. Currently contains cpmemu only.
Diffstat (limited to 'emulators')
-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> |