21 lines
433 B
Makefile
21 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.4 2016/08/30 09:57:34 jasper Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += aclock
|
|
SUBDIR += bgchg
|
|
SUBDIR += flynn
|
|
SUBDIR += itime
|
|
SUBDIR += kam
|
|
SUBDIR += launch
|
|
SUBDIR += mailwatch
|
|
SUBDIR += moon
|
|
SUBDIR += reminder
|
|
SUBDIR += shoot
|
|
SUBDIR += stock
|
|
SUBDIR += sun
|
|
SUBDIR += volume
|
|
SUBDIR += weather
|
|
SUBDIR += wireless
|
|
|
|
.include <bsd.port.subdir.mk>
|