diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-29 06:02:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-29 06:02:27 +0000 |
commit | 6caa8598ee7207b8465e0dd05a1a461df00af887 (patch) | |
tree | b3681f4c0302cea1b559d99c41ae1546f439e4c1 /astro/Makefile | |
parent | 0b1bd1a9fb36939f0eb57b6c7c5e564684b003c0 (diff) | |
download | ports-6caa8598ee7207b8465e0dd05a1a461df00af887.tar.gz ports-6caa8598ee7207b8465e0dd05a1a461df00af887.zip |
Accrete is a physical simulation of solar system planet
formation, originally published to Usenet-- probably comp.sources.unix--
in 1991 by Joe Nowakowski. This software is in the public domain.
PR: 52879
Submitted by: Chuck Swiger <chuck@pkix.net>
Notes
Notes:
svn path=/head/; revision=85812
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index c8daa5264119..20b1f8adef47 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -2,6 +2,7 @@ # SUBDIR += SETIsupport + SUBDIR += accrete SUBDIR += celestia SUBDIR += dgpsip SUBDIR += ephem |