13 lines
237 B
Makefile
13 lines
237 B
Makefile
|
# New ports collection makefile for: tcl85-thread
|
||
|
# Date created: 17 January 2007
|
||
|
# Whom: martin@matuska.org
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
WITH_THREADS= yes
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../tcl85
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|