11 lines
255 B
Makefile
11 lines
255 B
Makefile
# $Id: Makefile,v 1.15 1994/10/25 00:13:36 jkh Exp $
|
|
#
|
|
SUBDIR= emu fvwm ghostview iv ivs olvwm pcb tk xarchie xcdplayer xdvi \
|
|
xpm xtexshell
|
|
|
|
#
|
|
# imm & nv depends on tk, so might as well build tk first...
|
|
#
|
|
SUBDIR+= imm nv
|
|
|
|
.include <bsd.port.subdir.mk>
|