diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-30 05:33:25 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-30 05:33:25 +0000 |
commit | 35978ae06f9dc8a78ef283c082bad3ea420897a4 (patch) | |
tree | 9469e6248455f417d2cee4106e63c5b96a2ae474 /x11-clocks | |
parent | f54e47e132a101f46dda7baa6048414749549063 (diff) | |
download | FreeBSD-ports-35978ae06f9dc8a78ef283c082bad3ea420897a4.zip FreeBSD-ports-35978ae06f9dc8a78ef283c082bad3ea420897a4.tar.gz |
Added xtu
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 0cb6ebc..f28ff85 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1999/04/19 12:04:14 flathill Exp $ +# $Id: Makefile,v 1.9 1999/04/25 00:39:03 kuriyama Exp $ # SUBDIR += asclock @@ -22,5 +22,6 @@ SUBDIR += xalarm SUBDIR += xdaliclock SUBDIR += xtimer + SUBDIR += xtu .include <bsd.port.subdir.mk> |