diff options
author | asami <asami@FreeBSD.org> | 1996-10-24 16:46:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-24 16:46:42 +0800 |
commit | 4d3993ebeaec5906aa8043c160db742433db016d (patch) | |
tree | c2eeba29756601b84b90af2fa7231a368a339b4e /astro | |
parent | 9115a36696434155567a9d07847584965ce3766e (diff) | |
download | freebsd-ports-graphics-4d3993ebeaec5906aa8043c160db742433db016d.tar.gz freebsd-ports-graphics-4d3993ebeaec5906aa8043c160db742433db016d.tar.zst freebsd-ports-graphics-4d3993ebeaec5906aa8043c160db742433db016d.zip |
As the great moon sets in the seas of the west, the new category
"astro" starts for the best.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile new file mode 100644 index 00000000000..1855ca4c20f --- /dev/null +++ b/astro/Makefile @@ -0,0 +1,11 @@ +# $Id: Makefile,v 1.36 1996/10/18 15:05:24 asami Exp $ +# + + SUBDIR += luna +# SUBDIR += stars +# SUBDIR += sunclock +# SUBDIR += xearth +# SUBDIR += xephem +# SUBDIR += xphoon + +.include <bsd.port.subdir.mk> |