1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/lang/itcl/files/makefile

9 lines
141 B
Makefile
Raw Normal View History

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