diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-24 08:46:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-24 08:46:42 +0000 |
commit | 82974645c49ab7c28b217ceb7cc77bd276930ffd (patch) | |
tree | 99bc099025a04f8cf38d1a59a8a3b685fd44699b /astro/Makefile | |
parent | 46e871f4ce9aabbf777480ae525fc3be314a33e9 (diff) |
Notes
Diffstat (limited to 'astro/Makefile')
-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> |