diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-09-15 10:33:18 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-09-15 10:33:18 +0000 |
commit | c7fe6c5bd759712349dde4f0e792389aa163a0fe (patch) | |
tree | a66200e289851c06c6734e1409583c9c627ed5cd /x11 | |
parent | a0c098e463ddd37070a1ac2331d6e6bc8d6e274a (diff) |
add sunclock to SUBDIRs list
Notes
Notes:
svn path=/head/; revision=3784
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 37ea1a837fb4..19e2badb2a1c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.98 1996/08/30 20:16:40 ache Exp $ +# $Id: Makefile,v 1.99 1996/09/03 01:34:59 ache Exp $ # SUBDIR += FWF @@ -25,6 +25,7 @@ SUBDIR += rxvt SUBDIR += specJava SUBDIR += stars + SUBDIR += sunclock SUBDIR += sxpc SUBDIR += tk SUBDIR += tk4 |