[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / misc

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

Diff for /src/lib/libc/misc/Makefile.inc between version 1.2 and 1.3

version 1.2, 2013/01/29 19:14:02 version 1.3, 2018/08/03 04:29:35
Line 3 
Line 3 
   
 .PATH: ${ARCHDIR}/misc ${.CURDIR}/misc  .PATH: ${ARCHDIR}/misc ${.CURDIR}/misc
   
   # other sources shared with the kernel
   .if ${MKLIBCSANITIZER:Uno} == "yes"
   SRCS+= ubsan.c
   .endif
   
 # constructor  # constructor
 SRCS+=  initfini.c  SRCS+=  initfini.c
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>