From 5603490248d096ea3893356e06c3eaa7cefd7702 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 12 Jul 2019 05:19:06 +0000 Subject: 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. --- usr.bin/cpio/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'usr.bin/cpio/Makefile') 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" -- cgit v1.2.3