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