[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.lib.mk between version 1.271.4.1 and 1.271.4.2

version 1.271.4.1, 2007/11/06 23:13:21 version 1.271.4.2, 2008/03/23 00:45:37
Line 1 
Line 1 
 #       $NetBSD$  #       bsd.lib.mk,v 1.271.4.1 2007/11/06 23:13:21 matt Exp
 #       @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94  #       @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
   
 .include <bsd.init.mk>  .include <bsd.init.mk>
Line 139  CPPPICFLAGS?= -DPIC -DBIGPIC
Line 139  CPPPICFLAGS?= -DPIC -DBIGPIC
 CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS}  CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS}
 APICFLAGS ?= -KPIC  APICFLAGS ?= -KPIC
   
 .elif ${MACHINE_ARCH} == "ns32k"                                        # } {  
   
 # XXX no shared libraries yet on ns32k  
 FPICFLAGS?=  
 CPICFLAGS?=  
 CPPPICFLAGS?=  
 CAPICFLAGS?=  
 APICFLAGS?=  
   
 .else                                                                   # } {  .else                                                                   # } {
   
 # Platform-independent flags for NetBSD shared libraries  # Platform-independent flags for NetBSD shared libraries

Legend:
Removed from v.1.271.4.1  
changed lines
  Added in v.1.271.4.2

CVSweb <webmaster@jp.NetBSD.org>