summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 10:48:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 10:48:35 +0000
commit6912424c5bc720795409e619b785d74c428181ca (patch)
tree03ed9a809e79486982978061a9db345ac3a87c14
parent(1) Add the chain of dependencies to the targets in the NO_* section (diff)
Move blt into alphabetical order in SUBDIR list. We now have LIB_DEPENDS
to take care of the dependencies
Notes
Notes: svn path=/head/; revision=1519
-rw-r--r--x11/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 51c4d39ae1e7..f8b94d1103f9 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,16 +1,11 @@
-# $Id: Makefile,v 1.58 1995/04/11 16:51:47 asami Exp $
+# $Id: Makefile,v 1.59 1995/04/13 15:25:40 jmz Exp $
#
# broken (in pst's queue): iv
#
-SUBDIR= XFree86 Xaw3d color_xterm ctwm emu fvwm g3view olvwm piewm \
+SUBDIR= XFree86 Xaw3d blt color_xterm ctwm emu fvwm g3view olvwm piewm \
rxvt sxpc tk tkhfs tkman tvtwm xdaliclock xearth xfed xfm \
xkeycaps xlockmore xperfmon xphoon xsnow xview-config xview-lib \
xview-clients
-#
-# These depend on tk, so might as well build tk first...
-#
-SUBDIR+= blt
-
.include <bsd.port.subdir.mk>