mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
10 lines
182 B
Makefile
10 lines
182 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2011/03/12 07:55:09 matt Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# Our sources
|
|
.PATH: ${.PARSEDIR} ${ARCHDIR}/tls
|
|
|
|
SRCS+= tls.c
|
|
CPPFLAGS.tls.c+= -D_LIBC_SOURCE
|