18 lines
397 B
Makefile
18 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.9 2001/01/03 14:11:35 naddy Exp $
|
|
# $FreeBSD: Makefile,v 1.4 1997/06/03 09:14:50 asami Exp $
|
|
#
|
|
|
|
SUBDIR += dgpsip
|
|
# SUBDIR += ephem
|
|
SUBDIR += jday
|
|
# SUBDIR += luna
|
|
SUBDIR += sattrack
|
|
# SUBDIR += stars
|
|
# SUBDIR += sunclock
|
|
SUBDIR += wmmoonclock
|
|
SUBDIR += xearth
|
|
SUBDIR += xephem
|
|
SUBDIR += xphoon
|
|
|
|
.include <bsd.port.subdir.mk>
|