1 1.7.54.1 cherry # $NetBSD: Makefile,v 1.7.54.1 2011/06/23 14:18:24 cherry Exp $ 2 1.7 mrg # Build a tiny limited gzip (i.e. for tiny boot media) 3 1.7 mrg 4 1.7 mrg SRCDIR= ${.CURDIR}/../../../usr.bin/gzip 5 1.1 mrg 6 1.6 tv PROG= gzip 7 1.6 tv NOMAN= # defined 8 1.6 tv 9 1.7.54.1 cherry CPPFLAGS+= -DSMALL 10 1.7.54.1 cherry CPPFLAGS+= -DNO_BZIP2_SUPPORT 11 1.7.54.1 cherry CPPFLAGS+= -DNO_COMPRESS_SUPPORT 12 1.7.54.1 cherry CPPFLAGS+= -DNO_PACK_SUPPORT 13 1.7.54.1 cherry CPPFLAGS+= -DNO_XZ_SUPPORT 14 1.7 mrg 15 1.6 tv DPADD= ${LIBZ} 16 1.6 tv LDADD= -lz 17 1.1 mrg 18 1.1 mrg .include <bsd.prog.mk> 19 1.7 mrg 20 1.7 mrg .PATH: ${SRCDIR} 21