mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
11 lines
227 B
Makefile
11 lines
227 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2013/01/29 19:14:02 matt Exp $
|
|
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
|
|
|
|
.PATH: ${ARCHDIR}/misc ${.CURDIR}/misc
|
|
|
|
# constructor
|
|
SRCS+= initfini.c
|
|
|
|
# for -fstack-protector
|
|
SRCS+= stack_protector.c
|