12 lines
278 B
Makefile
12 lines
278 B
Makefile
# $Id: Makefile,v 1.19 1994/11/06 08:20:17 smace Exp $
|
|
#
|
|
SUBDIR= emu fvwm ghostview iv ivs jpeg olvwm pcb tk xanim xarchie \
|
|
xcdplayer xdvi xearth xpm xtexshell xv
|
|
|
|
#
|
|
# imm & nv depends on tk, so might as well build tk first...
|
|
#
|
|
SUBDIR+= imm nv
|
|
|
|
.include <bsd.port.subdir.mk>
|