diff options
author | atatat <atatat> | 2003-06-14 23:24:31 +0000 |
---|---|---|
committer | atatat <atatat> | 2003-06-14 23:24:31 +0000 |
commit | a84b147245a8b2ee49ab46caf7fd2344148dfd40 (patch) | |
tree | 339bd03e4a87b42ae18dbc59fcfd430af19c33b0 | |
parent | 018ae22aa5f1e8c11cef5d87a43acbcfa5b51054 (diff) | |
download | pkgsrc-a84b147245a8b2ee49ab46caf7fd2344148dfd40.tar.gz |
Add gcal
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index bfdfbf9d93e..9cad7097aad 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/06/05 19:36:08 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2003/06/14 23:24:31 atatat Exp $ # COMMENT= clocks, calendars, daily planners and other time related applications @@ -12,6 +12,7 @@ SUBDIR+= catclock SUBDIR+= dclock SUBDIR+= devtodo SUBDIR+= emiclock +SUBDIR+= gcal SUBDIR+= gdeskcal SUBDIR+= glclock SUBDIR+= globe |