diff options
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile new file mode 100644 index 00000000000..db0c56399dd --- /dev/null +++ b/time/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:09 wiz Exp $ +# + + SUBDIR += asclock + SUBDIR += asclock-gtk + SUBDIR += asclock-xlib + SUBDIR += cal + SUBDIR += cardboard-schedule + SUBDIR += catclock + SUBDIR += dclock + SUBDIR += emiclock + SUBDIR += glclock + SUBDIR += ical + SUBDIR += logtime + SUBDIR += plan + SUBDIR += polclock + SUBDIR += py-mxDateTime + SUBDIR += rclock + SUBDIR += remind + SUBDIR += sunclock + SUBDIR += swisswatch + SUBDIR += titrax + SUBDIR += wmcalclock + SUBDIR += wmmoonclock + SUBDIR += wmtime + SUBDIR += xbeats + SUBDIR += xcal + SUBDIR += xdaliclock + SUBDIR += xtimer + +.include "../mk/bsd.pkg.subdir.mk" |