summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-11-28 20:45:09 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-11-28 20:45:09 +0000
commit8cc808ae7cd41a95cca4ee0287fa5770bbaa13cd (patch)
tree9c8bc0d15df851c70d0535f58b93859d796b294a /astro
parentDisplays a graphical representation of the tides (diff)
Enable xtide
Notes
Notes: svn path=/head/; revision=8882
Diffstat (limited to 'astro')
-rw-r--r--astro/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/Makefile b/astro/Makefile
index 69c477c83156..fae2d0a141cc 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1996/10/31 11:21:24 asami Exp $
+# $Id: Makefile,v 1.4 1997/06/03 09:14:50 asami Exp $
#
SUBDIR += ephem
@@ -9,5 +9,6 @@
SUBDIR += xearth
SUBDIR += xephem
SUBDIR += xphoon
+ SUBDIR += xtide
.include <bsd.port.subdir.mk>