Makefile (455cc6ec70785aeac58e1196184b89b692c814a6) Makefile (d9ca85fca7bd0972742fae2a4c2d0ae6269ec059)
1# $FreeBSD$
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
1# $FreeBSD$
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
11WITHOUT_SSP=
12
13.include <bsd.own.mk>
11.include <bsd.own.mk>
12MK_SSP= no
14
15.if ${SHLIBDIR} == "/usr/lib"
16SHLIBDIR= /lib
17.endif
18
19LIB=thr
20SHLIB_MAJOR= 3
21WARNS?= 3

--- 36 unchanged lines hidden ---
13
14.if ${SHLIBDIR} == "/usr/lib"
15SHLIBDIR= /lib
16.endif
17
18LIB=thr
19SHLIB_MAJOR= 3
20WARNS?= 3

--- 36 unchanged lines hidden ---