diff options
-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 000000000000..1855ca4c20fb --- /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> |