Makefile (0935fc89aff91c6b4db29f6750e715f2a3d3f611) Makefile (a5fc5b622375edfa96f8ea6f3b8d808e4871f8d5)
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

--- 46 unchanged lines hidden (view full) ---

55.endif
56.if !defined(NO_PIC)
57SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
58.endif
59.if ${MK_PROFILE} != "no"
60SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
61.endif
62
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

--- 46 unchanged lines hidden (view full) ---

55.endif
56.if !defined(NO_PIC)
57SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
58.endif
59.if ${MK_PROFILE} != "no"
60SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
61.endif
62
63.if !defined(WITHOUT_SYSCALL_COMPAT)
63.if ${MK_SYSCALL_COMPAT} != "no"
64CFLAGS+=-DSYSCALL_COMPAT
65.endif
66
67.include <bsd.lib.mk>
64CFLAGS+=-DSYSCALL_COMPAT
65.endif
66
67.include <bsd.lib.mk>