mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
00455b8cf9
PR: ports/10960 Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk>
9 lines
142 B
Makefile
9 lines
142 B
Makefile
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
|
|
|