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

9 lines
142 B
Makefile
Raw Normal View History

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