repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
coverity appeasement
[minix.git]
/
lib
/
libc
/
misc
/
Makefile.inc
blob
d5cb9ef8739c66feabe2c6d391eb47ce1ec7ab81
1
# $NetBSD: Makefile.inc,v 1.1 2007/11/13 15:21:20 ad Exp $
2
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
3
4
.PATH: ${.CURDIR}/misc
5
6
# constructor
7
SRCS+= initfini.c
8
9
# for -fstack-protector
10
SRCS+= stack_protector.c