diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-10-04 16:26:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-10-04 16:26:13 +0000 |
commit | 8bcd8a584b52af61040fcf01641c0a26e150455e (patch) | |
tree | e61c80fa1b51e789b4cbd99ff44bda59c0141998 /time | |
parent | 254c118f7ddf9f40428029a770b725bcd7f853c0 (diff) | |
download | pkgsrc-8bcd8a584b52af61040fcf01641c0a26e150455e.tar.gz |
add & enable pclock
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 a25c80699d7..a213efbf8d3 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/07/05 06:58:32 tron Exp $ +# $NetBSD: Makefile,v 1.17 2002/10/04 16:26:13 hubertf Exp $ # COMMENT= clocks, calendars, daily planners and other time related applications @@ -23,6 +23,7 @@ SUBDIR+= p5-Time SUBDIR+= p5-Time-HiRes SUBDIR+= p5-TimeDate SUBDIR+= pcal +SUBDIR+= pclock SUBDIR+= phoon SUBDIR+= plan SUBDIR+= polclock |