17 lines
399 B
Makefile
17 lines
399 B
Makefile
# $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>
|