aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/cpio/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile
index 2be97475a074f..9ce8839d2f7e4 100644
--- a/usr.bin/cpio/Makefile
+++ b/usr.bin/cpio/Makefile
@@ -18,11 +18,6 @@ CFLAGS+= -DBSDCPIO_VERSION_STRING=\"${BSDCPIO_VERSION_STRING}\"
CFLAGS+= -DPLATFORM_CONFIG_H=\"${_LIBARCHIVECONFDIR}/config_freebsd.h\"
CFLAGS+= -I${_LIBARCHIVEDIR}/cpio -I${_LIBARCHIVEDIR}/libarchive_fe
-.ifdef RELEASE_CRUNCH
-# FreeBSD's installer uses cpio in crunched binaries that are
-# statically linked, cannot use -lcrypto, and are size sensitive.
-CFLAGS+= -DSMALLER
-.endif
LIBADD= archive
.if ${MK_ICONV} != "no"