1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/lang/tcl80/files/makefile
1998-03-18 00:56:29 +00:00

9 lines
140 B
Makefile

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