diff options
author | jschauma <jschauma> | 2003-07-18 15:55:08 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-07-18 15:55:08 +0000 |
commit | 1b31132d69a7fae436d10adf2e3ff0b665f0748d (patch) | |
tree | 8cccadef67e341503422016ebc286bb372034514 /time | |
parent | 3228f2a591accb9c615b69fbaab814ce971d3ce6 (diff) | |
download | pkgsrc-1b31132d69a7fae436d10adf2e3ff0b665f0748d.tar.gz |
Add/enable bbdate.
Diffstat (limited to 'time')
-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 |