mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
bmaked tclsh
This commit is contained in:
parent
cd729d874c
commit
8beef8d19c
1 changed files with 20 additions and 0 deletions
20
usr.bin/tclsh/Makefile
Normal file
20
usr.bin/tclsh/Makefile
Normal 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>
|
||||
Loading…
Reference in a new issue