1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 19:58:12 +00:00

bmaked tclsh

This commit is contained in:
Poul-Henning Kamp 1996-06-26 17:52:19 +00:00
parent cd729d874c
commit 8beef8d19c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16775

20
usr.bin/tclsh/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $Id$
PROG= tclsh
SRCS= tclAppInit.c
BINDIR= /usr/bin
.PATH: ${DESTDIR}/usr/libdata/tcl
MAN1= tclsh.1
CLEANFILES= ${MAN1}
tclsh.1: ${.CURDIR}/../../contrib/tcl/doc/tclsh.1
sed '/\.so *man.macros/s;.*;.so /usr/share/tmac/tcl.macros;' < $> > $@
LDADD+= -ltcl -lm
DPADD+= ${LIBTCL} ${LIBM}
.include <bsd.prog.mk>