Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump Re-add the static root conditionnal that was r...



details:   https://anonhg.NetBSD.org/src/rev/0c6c177d195c
branches:  trunk
changeset: 555386:0c6c177d195c
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Nov 16 10:10:37 2003 +0000

description:
Re-add the static root conditionnal that was removed by mistake.

diffstat:

 usr.bin/kdump/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 1f987011d8f4 -r 0c6c177d195c usr.bin/kdump/Makefile
--- a/usr.bin/kdump/Makefile    Sun Nov 16 10:09:02 2003 +0000
+++ b/usr.bin/kdump/Makefile    Sun Nov 16 10:10:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2003/09/19 22:49:02 christos Exp $
+#      $NetBSD: Makefile,v 1.24 2003/11/16 10:10:37 manu Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 .include <bsd.own.mk>          # for MKDYNAMICROOT & NETBSDSRCDIR
@@ -10,9 +10,9 @@
 CLEANFILES+=ioctl.c siginfo.c
 WFORMAT=1
 
-#.if (${MKDYNAMICROOT} == "no")
-#LDSTATIC?=-static
-#.endif
+.if (${MKDYNAMICROOT} == "no")
+LDSTATIC?=-static
+.endif
 
 .include "Makefile.ioctl-c"
 .include "Makefile.siginfo-c"



Home | Main Index | Thread Index | Old Index