diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 12:35:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 12:35:39 +0000 |
commit | 14ceb3cc8fc66edd2d4251d7b23bb4454a8f3fdc (patch) | |
tree | e214eff5df7db72be3124ef7ad869263ac3e4836 | |
parent | 8f89058ece79ebfef893dffa5483ee899de26314 (diff) | |
download | freebsd-ports-14ceb3cc8fc66edd2d4251d7b23bb4454a8f3fdc.zip |
Added xephem.
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 501f3cb46edf..086ec0cb3280 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.82 1996/08/06 03:36:37 asami Exp $ +# $Id: Makefile,v 1.83 1996/08/09 04:17:51 asami Exp $ # SUBDIR += amanda @@ -34,6 +34,7 @@ SUBDIR += tkman SUBDIR += trans SUBDIR += xcalendar + SUBDIR += xephem SUBDIR += zorro .include <bsd.port.subdir.mk> |