1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/lang/itcl/files/makefile
Justin M. Seger 93cb38fc6e Upgrade to itcl 3.0.1
Submitted by:	Duncan Barclay <dmlb@ragnet.demon.co.uk>
PR:		ports/10960
1999-04-05 22:18:02 +00:00

9 lines
141 B
Makefile

all:
for f in ../generic/*.o; do ln -sf $$f; done
make -f Makefile itclsh
test:
make -f Makefile test
install:
make -f Makefile install