blob: a478c4c600f4f6a26214e17fe3bff44a767e9738 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $Id: Makefile,v 1.12 1999/04/30 04:58:30 taoka Exp $
#
SUBDIR += ephem
SUBDIR += luna
SUBDIR += saoimage
SUBDIR += sattrack
SUBDIR += setiathome
SUBDIR += ssystem
SUBDIR += stars
SUBDIR += sunclock
SUBDIR += wmmoonclock
SUBDIR += wmspaceweather
SUBDIR += wmsun
SUBDIR += x3arth
SUBDIR += xearth
SUBDIR += xephem
SUBDIR += xglobe
SUBDIR += xphoon
SUBDIR += xtide
.include <bsd.port.subdir.mk>
|