summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-12-30 01:11:26 +0000
committermax <max@FreeBSD.org>1996-12-30 01:11:26 +0000
commit5f78bd6697d23255dce64fcadea7c43a7a3aef12 (patch)
treea75a5b6337c082d0d539c8d14e9db4b2a3b76a5c /lib/libtcl
parentbb1f97cdf1ce63ed017036e831fbb78377c06c03 (diff)
downloadFreeBSD-src-5f78bd6697d23255dce64fcadea7c43a7a3aef12.zip
FreeBSD-src-5f78bd6697d23255dce64fcadea7c43a7a3aef12.tar.gz
Remove tclLoad.c and tclLoadDl2.c from SRCS as these files have been removed.
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index e4aca03..fb10653 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1996/12/16 11:59:09 peter Exp $
+# $Id: Makefile,v 1.14 1996/12/17 13:13:11 peter Exp $
#
# This file is generated automatically, do not edit it here!
#
@@ -39,11 +39,10 @@ SRCS= panic.c regexp.c tclAsync.c tclBasic.c tclCkalloc.c tclClock.c \
tclCmdAH.c tclCmdIL.c tclCmdMZ.c tclDate.c tclEnv.c tclEvent.c \
tclExpr.c tclFHandle.c tclFileName.c tclGet.c tclHash.c \
tclHistory.c tclInterp.c tclIO.c tclIOCmd.c tclIOSock.c \
- tclIOUtil.c tclLink.c tclLoad.c tclMain.c tclNotify.c tclParse.c \
+ tclIOUtil.c tclLink.c tclMain.c tclNotify.c tclParse.c \
tclPkg.c tclPosixStr.c tclPreserve.c tclProc.c tclUtil.c \
tclVar.c tclMtherr.c tclUnixChan.c tclUnixFile.c tclUnixNotfy.c \
- tclUnixPipe.c tclUnixSock.c tclUnixTime.c tclUnixInit.c \
- tclLoadDl2.c
+ tclUnixPipe.c tclUnixSock.c tclUnixTime.c tclUnixInit.c
HEADERS=generic/patchlevel.h generic/tclInt.h generic/tclPort.h \
generic/tclRegexp.h unix/tclUnixPort.h
OpenPOWER on IntegriCloud