diff options
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 39a42fe8939..ba4beeb019b 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/11/26 20:49:27 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2002/02/27 21:26:02 agc Exp $ # COMMENT= clocks, calendars, daily planners and other time related applications @@ -38,5 +38,6 @@ SUBDIR+= xbeats SUBDIR+= xcal SUBDIR+= xdaliclock SUBDIR+= xtimer +SUBDIR+= xtu .include "../mk/bsd.pkg.subdir.mk" |