summaryrefslogtreecommitdiff
path: root/astro/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-02-13 11:29:08 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-02-13 11:29:08 +0000
commit8d68144ab1c4d4f5e34abab01d3e60a5d4209cba (patch)
tree226f05d939c2a1a717750d3a79dbf80e12bedb4f /astro/Makefile
parentadd iverilog, a Verilog simulation and synthesis tool (diff)
New Port: astro/jday
The jday binary can be used to convert calendar dates to astronomical julian dates. This number is useful for a variety of purposes. Especially related to calculating elapsed time between instances over large or short periods of time. PR: 23142 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes: svn path=/head/; revision=38299
Diffstat (limited to 'astro/Makefile')
-rw-r--r--astro/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile
index 69bfac31ad79..2383cc09c697 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -4,6 +4,7 @@
SUBDIR += dgpsip
SUBDIR += ephem
SUBDIR += glunarclock
+ SUBDIR += jday
SUBDIR += luna
SUBDIR += openuniverse
SUBDIR += p5-Astro-MoonPhase