diff options
author | magick <magick@pkgsrc.org> | 2001-06-05 18:13:57 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2001-06-05 18:13:57 +0000 |
commit | dc555bc729b8666c04e470078d73df7448452250 (patch) | |
tree | cde549c302bb376d883208049ea9488b78a093ea /time | |
parent | 79ef7cca9e9996bccd26b4a0a8951294f220c299 (diff) | |
download | pkgsrc-dc555bc729b8666c04e470078d73df7448452250.tar.gz |
Add and enable "xalarm". This fixes PR pkg/13081.
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 696646cb53f..d36779eb7ca 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/09 06:51:09 kei Exp $ +# $NetBSD: Makefile,v 1.8 2001/06/05 18:13:57 magick Exp $ # COMMENT= clocks, calendars, daily planners and other time related applications @@ -31,6 +31,7 @@ SUBDIR+= wmcalclock SUBDIR+= wmmoonclock SUBDIR+= wmtime SUBDIR+= wmfishtime +SUBDIR+= xalarm SUBDIR+= xbeats SUBDIR+= xcal SUBDIR+= xdaliclock |