From 9c4a7c50aeebc645b13007066b018cbc802d688e Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 23 May 2018 17:05:12 +0000 Subject: [PATCH] Remove references to the LIBC_SCCS and SYSLIBC_SCCS C macros. This language dates back to when libthr was libc_r that included its own syscalls and replaced libc entirely. It hasn't been relevant for a long time. --- lib/libthr/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 1843bce2539d..3068e8d28907 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -3,10 +3,7 @@ # All library objects contain FreeBSD revision strings by default; they may be # excluded as a space-saving measure. To produce a library that does # not contain these strings, add -DSTRIP_FBSDID (see ) to CFLAGS -# below. Note, there are no IDs for syscall stubs whose sources are generated. -# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS -# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the -# system call stubs. +# below. PACKAGE= clibs SHLIBDIR?= /lib