Source-Changes-HG archive

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

[src/trunk]: src/sbin/routed/rtquery don't override LDSTATIC if NOPIC is defi...



details:   https://anonhg.NetBSD.org/src/rev/e06d88e2fcf5
branches:  trunk
changeset: 526004:e06d88e2fcf5
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Apr 23 08:19:15 2002 +0000

description:
don't override LDSTATIC if NOPIC is defined.

diffstat:

 sbin/routed/rtquery/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 799fc6727dd1 -r e06d88e2fcf5 sbin/routed/rtquery/Makefile
--- a/sbin/routed/rtquery/Makefile      Tue Apr 23 07:20:22 2002 +0000
+++ b/sbin/routed/rtquery/Makefile      Tue Apr 23 08:19:15 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 1998/03/02 21:42:02 cgd Exp $
+#      $NetBSD: Makefile,v 1.7 2002/04/23 08:19:15 msaitoh Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/5/93
 
 .include <bsd.own.mk>
@@ -6,7 +6,9 @@
 PROG=  rtquery
 MAN=   rtquery.8
 BINDIR?=       /usr/sbin
+.if !defined(NOPIC)
 LDSTATIC?=
+.endif
 #COPTS=        -g -DDEBUG -Wall
 
 .include "../../Makefile.inc"



Home | Main Index | Thread Index | Old Index