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