mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
cbe3a27040
to the SUBDIR target.
13 lines
353 B
Makefile
13 lines
353 B
Makefile
# $Id: Makefile,v 1.49 1995/02/18 22:12:47 ats Exp $
|
|
#
|
|
SUBDIR= Xaw3d color_xterm ctwm emu fvwm 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>
|