diff options
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 5 |
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> |