diff options
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 9cad7097aad..fd3e9212cc5 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/06/14 23:24:31 atatat Exp $ +# $NetBSD: Makefile,v 1.22 2003/07/18 15:55:08 jschauma Exp $ # COMMENT= clocks, calendars, daily planners and other time related applications @@ -6,6 +6,7 @@ COMMENT= clocks, calendars, daily planners and other time related applications SUBDIR+= asclock SUBDIR+= asclock-gtk SUBDIR+= asclock-xlib +SUBDIR+= bbdate SUBDIR+= cal SUBDIR+= cardboard-schedule SUBDIR+= catclock |