mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9 lines
139 B
Makefile
9 lines
139 B
Makefile
|
all:
|
||
|
for f in ../generic/*.o; do ln -sf $$f; done
|
||
|
make -f Makefile wish
|
||
|
test:
|
||
|
make -f Makefile test
|
||
|
install:
|
||
|
make -f Makefile install
|
||
|
|