summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/mk.conf.example7
-rw-r--r--shells/tcsh/Makefile6
2 files changed, 2 insertions, 11 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 3dce0379bd2..4f3596085b0 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.236 2001/07/29 19:25:27 tron Exp $
+# $NetBSD: mk.conf.example,v 1.237 2001/08/14 12:49:09 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -918,11 +918,6 @@ PAPERSIZE= A4
# Possible: YES, or NO.
# Default: NO
-#TCSH_STATIC=
-# Produce static version of tcsh binary - advised if used as login shell
-# Possible: defined, not defined
-# Default: not defined
-
#TEAPOP_WITHOUT_VPOP=
# Compile teapop without virtual domain support
# Possible: defined, not defined
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index 6b5344a3b88..12d51798d7e 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/08/06 20:48:54 agc Exp $
+# $NetBSD: Makefile,v 1.27 2001/08/14 12:48:21 agc Exp $
#
DISTNAME= tcsh-6.10
@@ -22,10 +22,6 @@ PLIST_SRC= ${WRKDIR}/PLIST-src
.include "../../mk/bsd.prefs.mk"
-.if defined(TCSH_STATIC)
-LDFLAGS+= -static
-.endif
-
.if ${OPSYS} == "SunOS"
OS_VERSION!= echo ${OS_VERSION} | sed -e 's|5\.|2.|'
LOWER_OPSYS= solaris${OS_VERSION}