blob: bf680c457ec96da67c2543454ebcd7f1d8557e98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $Id: Makefile,v 1.57 1995/03/29 11:45:51 jmz Exp $
#
# broken (in pst's queue): iv
#
SUBDIR= Xaw3d 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>
|