summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-02-15 01:39:19 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-02-15 01:39:19 +0000
commit11d8b808150a6b8ef49cfad16c7d7af2b9e6b01f (patch)
treec87463724fffd4a80786cd5fb0ed07baf228c078 /x11
parentMake the checksum target not bomb out if there is a mismatch, just (diff)
Jordan missed taking vic outa here when he moved it..
Notes
Notes: svn path=/head/; revision=980
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile
index ad0c316732dd..243a3e7b2f03 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.45 1995/01/13 14:19:58 jkh Exp $
+# $Id: Makefile,v 1.46 1995/02/12 17:15:05 jmz Exp $
#
SUBDIR= Xaw3d color_xterm ctwm emu fvwm kterm olvwm piewm rxvt tk \
tkhfs tkman tvtwm x3270 xearth xfed xkeycaps xlockmore xsnow \
@@ -6,8 +6,7 @@ SUBDIR= Xaw3d color_xterm ctwm emu fvwm kterm olvwm piewm rxvt tk \
#
# These depend on tk, so might as well build tk first...
-# (And vic depends on blt.)
#
-SUBDIR+= blt vic
+SUBDIR+= blt
.include <bsd.port.subdir.mk>