diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-09 00:37:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-09 00:37:36 +0000 |
commit | 618fb55eb5515b298ec940648a5900ddcba8ba3b (patch) | |
tree | abcf680148e541b26068434e357a33f2be1d6e50 | |
parent | 3e048e9accff4b0b947308d7fba95df260f18d75 (diff) | |
download | pkgsrc-618fb55eb5515b298ec940648a5900ddcba8ba3b.tar.gz |
Add and enable lmclock.
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index a213efbf8d3..f5dfb5f651f 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/10/04 16:26:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 2002/11/09 00:37:36 wiz Exp $ # COMMENT= clocks, calendars, daily planners and other time related applications @@ -18,6 +18,7 @@ SUBDIR+= gnyaclock SUBDIR+= ical SUBDIR+= korganizer SUBDIR+= kworldwatch +SUBDIR+= lmclock SUBDIR+= logtime SUBDIR+= p5-Time SUBDIR+= p5-Time-HiRes |