Deleted Added
full compact
Makefile (284417) Makefile (284421)
1# $FreeBSD: head/lib/libthr/Makefile 284417 2015-06-15 15:34:20Z bapt $
1# $FreeBSD: head/lib/libthr/Makefile 284421 2015-06-15 19:28:07Z bapt $
2#
3# All library objects contain FreeBSD revision strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
6# below. Note, there are no IDs for syscall stubs whose sources are generated.
7# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
8# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
9# system call stubs.
10
2#
3# All library objects contain FreeBSD revision strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
6# below. Note, there are no IDs for syscall stubs whose sources are generated.
7# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
8# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
9# system call stubs.
10
11SHLIBDIR= /lib
11SHLIBDIR?= /lib
12
13.include <src.opts.mk>
14MK_SSP= no
15
16LIB=thr
17SHLIB_MAJOR= 3
18WARNS?= 3
19CFLAGS+=-DPTHREAD_KERNEL

--- 49 unchanged lines hidden ---
12
13.include <src.opts.mk>
14MK_SSP= no
15
16LIB=thr
17SHLIB_MAJOR= 3
18WARNS?= 3
19CFLAGS+=-DPTHREAD_KERNEL

--- 49 unchanged lines hidden ---