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
Remove building with NOCRYPTO option
[minix.git]
/
lib
/
libc
/
misc
/
Makefile.inc
blob
08a246c2c8456fd2d2498b7cfbfe9a8a89f0347a
1
# $NetBSD: Makefile.inc,v 1.2 2013/01/29 19:14:02 matt Exp $
2
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
3
4
.PATH: ${ARCHDIR}/misc ${.CURDIR}/misc
5
6
# constructor
7
SRCS+= initfini.c
8
9
# for -fstack-protector
10
SRCS+= stack_protector.c