summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1997-08-18 06:08:56 +0000
committerandreas <andreas@FreeBSD.org>1997-08-18 06:08:56 +0000
commitccd541db0aefa0415979fe5465fa67b4fc1eb9cb (patch)
tree696ba72a8ca0398dcc3affe64f62c7385dd6e76c
parent9bfedd3632ed8979f54a4707124fb73e5d15d14b (diff)
downloadFreeBSD-src-ccd541db0aefa0415979fe5465fa67b4fc1eb9cb.zip
FreeBSD-src-ccd541db0aefa0415979fe5465fa67b4fc1eb9cb.tar.gz
had to add CFLAGS+=-I/usr/include/tcl
otherwise it doesn't find tcl.h
-rw-r--r--usr.bin/tclsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tclsh/Makefile b/usr.bin/tclsh/Makefile
index db56a03..2ef52e6 100644
--- a/usr.bin/tclsh/Makefile
+++ b/usr.bin/tclsh/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 19:57:21 peter Exp $
PROG= tclsh
SRCS= tclAppInit.c
@@ -14,6 +14,7 @@ CLEANFILES= ${MAN1}
tclsh.1: ${.CURDIR}/../../contrib/tcl/doc/tclsh.1
sed '/\.so *man.macros/s;.*;.so /usr/share/tmac/tcl.macros;' < $> > $@
+CFLAGS+= -I/usr/include/tcl
LDADD+= -ltcl -lm
DPADD+= ${LIBTCL} ${LIBM}
OpenPOWER on IntegriCloud