aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpio/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-07-12 05:19:06 +0000
committerWarner Losh <imp@FreeBSD.org>2019-07-12 05:19:06 +0000
commit5603490248d096ea3893356e06c3eaa7cefd7702 (patch)
tree497cc8e284ec79e7f9c07e38ccb5bc20de6aaa47 /usr.bin/cpio/Makefile
parent2cfe8b8d46495f6b26131696d21e14dcb6e67915 (diff)
downloadsrc-5603490248d096ea3893356e06c3eaa7cefd7702.tar.gz
src-5603490248d096ea3893356e06c3eaa7cefd7702.zip
There is no SMALLER define anymore here
Stop defining SMALLER. Since we replaced cpio with libarchive version, there's no options to make it smaller. Also, the comment about the FreeBSD installer is obsolete. Remove them both.
Notes
Notes: svn path=/head/; revision=349934
Diffstat (limited to 'usr.bin/cpio/Makefile')
-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 2be97475a074..9ce8839d2f7e 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"