1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-toolkits/tk80/files/makefile

9 lines
139 B
Makefile
Raw Normal View History

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