summaryrefslogtreecommitdiffstats
path: root/usr.bin/tclsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tclsh/Makefile')
-rw-r--r--usr.bin/tclsh/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/usr.bin/tclsh/Makefile b/usr.bin/tclsh/Makefile
deleted file mode 100644
index c847be75..0000000
--- a/usr.bin/tclsh/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: Makefile,v 1.5 1997/08/18 11:39:19 peter Exp $
-
-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;' < ${.ALLSRC} > ${.TARGET}
-
-CFLAGS+= -I${DESTDIR}/usr/include/tcl
-LDADD+= -ltcl -lm
-DPADD+= ${LIBTCL} ${LIBM}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud