diff options
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/Makefile b/x11/Makefile index 51c4d39ae1e..f8b94d1103f 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> |