Module Name:    src
Committed By:   he
Date:           Fri Jan 25 19:07:15 UTC 2013

Modified Files:
        src/bin/csh: Makefile

Log Message:
When using -ledit, also use -lterminfo, to allow static linking.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/bin/csh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/csh/Makefile
diff -u src/bin/csh/Makefile:1.37 src/bin/csh/Makefile:1.38
--- src/bin/csh/Makefile:1.37	Fri Jan 25 14:20:57 2013
+++ src/bin/csh/Makefile	Fri Jan 25 19:07:14 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.37 2013/01/25 14:20:57 christos Exp $
+#	$NetBSD: Makefile,v 1.38 2013/01/25 19:07:14 he Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 #
 # C Shell with process control; VM/UNIX VAX Makefile
@@ -64,7 +64,7 @@ COPTS.printf.c = -Wno-format-nonliteral
 COPTS.proc.c = -Wno-format-nonliteral
 
 .if !empty(DFLAGS:M*EDIT)
-LDADD+=-ledit -lutil
+LDADD+=-ledit -lterminfo -lutil
 DPADD+=${LIBEDIT} ${LIBUTIL}
 .else
 LDADD+=-lutil

Reply via email to