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

Annotation of src/lib/libc/misc/Makefile.inc, Revision 1.3

1.3     ! kamil       1: #      $NetBSD: Makefile.inc,v 1.2 2013/01/29 19:14:02 matt Exp $
1.1       ad          2: #      @(#)Makefile.inc        8.3 (Berkeley) 10/24/94
                      3:
1.2       matt        4: .PATH: ${ARCHDIR}/misc ${.CURDIR}/misc
1.1       ad          5:
1.3     ! kamil       6: # other sources shared with the kernel
        !             7: .if ${MKLIBCSANITIZER:Uno} == "yes"
        !             8: SRCS+= ubsan.c
        !             9: .endif
        !            10:
1.1       ad         11: # constructor
                     12: SRCS+= initfini.c
                     13:
                     14: # for -fstack-protector
                     15: SRCS+= stack_protector.c

CVSweb <webmaster@jp.NetBSD.org>