blob: bb7e9782724e83b8fb54f4ceac3e8f23554975db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $Id: Makefile,v 1.51 1995/03/01 02:10:46 jmz Exp $
#
SUBDIR= Xaw3d color_xterm ctwm emiclock emu fvwm g3view kterm olvwm piewm \
rxvt tk tkhfs tkman tvtwm x3270 xdaliclock xearth xfed xfm xkeycaps \
xlockmore 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>
|