diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-11 11:34:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-11 11:34:55 +0000 |
commit | c7a17bf9fe471af8f29cabdfc3d856fd593f269c (patch) | |
tree | 579bb2a5d0870002b4cfb0617dccc719c2703fff /time | |
parent | 83a73b70eab920228e8e7246496c37ee94402819 (diff) | |
download | pkgsrc-c7a17bf9fe471af8f29cabdfc3d856fd593f269c.tar.gz |
Add and enable anacron.
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 17fabca0c55..a91b1891896 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2004/03/10 19:22:50 jmmv Exp $ +# $NetBSD: Makefile,v 1.30 2004/04/11 11:34:55 jmmv Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications +SUBDIR+= anacron SUBDIR+= asclock SUBDIR+= asclock-gtk SUBDIR+= asclock-xlib |