mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
libsys: remove duplicate, commented out code
This commit is contained in:
parent
533faf21c1
commit
c5698afcd5
1 changed files with 0 additions and 5 deletions
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Reference in a new issue