The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=c5698afcd58b6610f7ad022a7bff9debf3ff8b66
commit c5698afcd58b6610f7ad022a7bff9debf3ff8b66 Author: Brooks Davis <[email protected]> AuthorDate: 2024-02-23 18:01:18 +0000 Commit: Brooks Davis <[email protected]> CommitDate: 2024-02-23 22:25:35 +0000 libsys: remove duplicate, commented out code --- lib/libsys/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/libsys/Makefile b/lib/libsys/Makefile index aefa19f35193..a1c6a64194d0 100644 --- a/lib/libsys/Makefile +++ b/lib/libsys/Makefile @@ -51,11 +51,6 @@ LIBADD+= compiler_rt LIBADD+= ssp_nonshared .endif -#.if ${MK_SSP} != "no" && \ -# (${LIBC_ARCH} == "i386" || ${LIBC_ARCH:Mpowerpc*} != "") -#LIBADD+= ssp_nonshared -#.endif - # Define (empty) variables so that make doesn't give substitution # errors if the included makefiles don't change these: MDASM=
