Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst Link sysinst -static too.



details:   https://anonhg.NetBSD.org/src/rev/a5f96dc6687c
branches:  trunk
changeset: 486292:a5f96dc6687c
user:      matt <matt%NetBSD.org@localhost>
date:      Thu May 18 01:10:58 2000 +0000

description:
Link sysinst -static too.

diffstat:

 distrib/utils/sysinst/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2700e02c2cb6 -r a5f96dc6687c distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc        Thu May 18 01:10:22 2000 +0000
+++ b/distrib/utils/sysinst/Makefile.inc        Thu May 18 01:10:58 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2000/03/24 21:56:04 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2000/05/18 01:10:58 matt Exp $
 #
 # Makefile for install
 
@@ -7,6 +7,7 @@
 PROG=sysinst
 
 LDADD=-lcurses -ltermcap -lutil
+LDSTATIC?=-static
 
 .if exists(${.CURDIR}/../../../../sys/conf/osrelease.sh)
 VER != sh ${.CURDIR}/../../../../sys/conf/osrelease.sh



Home | Main Index | Thread Index | Old Index