diff options
author | asami <asami@FreeBSD.org> | 1997-05-21 12:21:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-21 12:21:26 +0800 |
commit | 266aed30235f938ec364363e1383f4ca220e8593 (patch) | |
tree | d27f019d8c09a4bd92256b0816638c4850f51ba6 /x11 | |
parent | c21780a6f1625d8fab5427bbceb9097c244d6f78 (diff) | |
download | freebsd-ports-graphics-266aed30235f938ec364363e1383f4ca220e8593.tar.gz freebsd-ports-graphics-266aed30235f938ec364363e1383f4ca220e8593.tar.zst freebsd-ports-graphics-266aed30235f938ec364363e1383f4ca220e8593.zip |
Add bclock.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 81ecd1f2ee8..66c4b45c4fb 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.133 1997/05/05 12:38:41 tg Exp $ +# $Id: Makefile,v 1.134 1997/05/20 04:44:33 chuckr Exp $ # SUBDIR += FWF @@ -7,6 +7,7 @@ SUBDIR += Xaw3d SUBDIR += afterstep SUBDIR += auis + SUBDIR += bclock SUBDIR += blast SUBDIR += blt SUBDIR += bricons |