summaryrefslogtreecommitdiff
path: root/lang/tclX80/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tclX80/Makefile')
-rw-r--r--lang/tclX80/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile
index 9cb51bcd7f6..d5d5982628c 100644
--- a/lang/tclX80/Makefile
+++ b/lang/tclX80/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/04/22 14:22:44 agc Exp $
+# $NetBSD: Makefile,v 1.4 1998/06/22 12:44:31 agc Exp $
#
DISTNAME= tclX8.0.2
@@ -15,13 +15,4 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared --with-tk
CONFIGURE_ENV+= PREFIX=${PREFIX} TCL_SHLIB_LD_LIBS=-L${PREFIX}/lib
-MAN3= TclCommandWriting.3 Tcl_HandleAlloc.3 Tcl_HandleFree.3 \
- Tcl_HandleTblInit.3 Tcl_HandleTblRelease.3 Tcl_HandleTblUseCount.3 \
- Tcl_HandleWalk.3 Tcl_HandleXlate.3 TclX_NewKeyedListObj.3 \
- TclX_KeyedListGet.3 TclX_KeyedListSet.3 TclX_KeyedListDelete.3 \
- TclX_KeyedListGetKeys.3 Tclx_Init.3 Tclxcmd_Init.3 TclX_Main.3 \
- Tkx_Init.3 TkX_Main.3
-MANN= ckalloc.n memory.n ckfree.n Tcl_DisplayMemory.n Tcl_InitMemory.n \
- Tcl_ValidateAllMemory.n TclX.n
-
.include "../../mk/bsd.pkg.mk"