$NetBSD: patch-bk,v 1.3 2017/12/12 07:13:01 spz Exp $

--- tcl/Make.orig	1995-02-24 21:19:48.000000000 +0000
+++ tcl/Make
@@ -6,18 +6,12 @@
 #	You should not need to modify this makefile.
 
 LIBDIR = ..
-CFLAGS = $(TCLCFLAGS) -I. -DTCL_VERSION=\"3.3\"
+CFLAGS += $(TCLCFLAGS) -I. -DTCL_VERSION=\"3.3\"
 #PMAKE = &
 
 SRC = \
 	panic.c \
-	strchr.c \
 	strerror.c \
-	strpbrk.c \
-	strspn.c \
-	strstr.c \
-	strtol.c \
-	strtoul.c \
 	tclAssem.c \
 	tclBasic.c \
 	tclCmdAH.c \
@@ -30,13 +24,7 @@ SRC = \
 
 OBJ = \
 	panic.o \
-	strchr.o \
 	strerror.o \
-	strpbrk.o \
-	strspn.o \
-	strstr.o \
-	strtol.o \
-	strtoul.o \
 	tclAssem.o \
 	tclBasic.o \
 	tclCmdAH.o \
@@ -80,28 +68,3 @@ depend:
 	$(MAKEDEPEND) $(DEPENDFLAGS) *.c
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
-
-panic.o: stdlib.h 
-strchr.o: string.h
-strerror.o: string.h
-strpbrk.o: string.h
-strspn.o: string.h
-strtol.o: stdlib.h 
-strtoul.o: sprite.h stdlib.h 
-tclAssem.o: tclInt.h tcl.h stdlib.h
-tclAssem.o: string.h
-tclBasic.o: stdlib.h string.h
-tclBasic.o: tclInt.h tcl.h
-tclCmdAH.o: stdlib.h string.h 
-tclCmdAH.o: tclInt.h tcl.h
-tclCmdIZ.o: stdlib.h string.h
-tclCmdIZ.o: tclInt.h tcl.h
-tclExpr.o: tcl.h tclInt.h
-tclGlob.o: stdlib.h string.h 
-tclGlob.o: tcl.h
-tclHistory.o: tclInt.h tcl.h 
-tclHistory.o: stdlib.h string.h
-tclProc.o: stdlib.h string.h 
-tclProc.o: tclInt.h tcl.h
-tclUtil.o: stdlib.h string.h tcl.h
-tclUtil.o: tclInt.h
