blob: 51c4d39ae1e7cca1957cfc3c12a44d5c0426b980 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $Id: Makefile,v 1.58 1995/04/11 16:51:47 asami Exp $
#
# broken (in pst's queue): iv
#
SUBDIR= XFree86 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>
|