Makefile.inc revision 1.5
11.5Schristos#	$NetBSD: Makefile.inc,v 1.5 2021/04/20 21:42:32 christos Exp $
21.1Sad#	@(#)Makefile.inc	8.3 (Berkeley) 10/24/94
31.1Sad
41.2Smatt.PATH: ${ARCHDIR}/misc ${.CURDIR}/misc
51.1Sad
61.3Skamil# other sources shared with the kernel
71.3Skamil.if ${MKLIBCSANITIZER:Uno} == "yes"
81.3SkamilSRCS+= ubsan.c
91.3Skamil.endif
101.3Skamil
111.1Sad# constructor
121.1SadSRCS+=	initfini.c
131.1Sad
141.1Sad# for -fstack-protector
151.1SadSRCS+=	stack_protector.c
16