1 # $NetBSD: Makefile,v 1.6 2001/12/12 00:05:13 tv Exp $
2 # Build a tiny limited gzip (i.e. for tiny boot media)
4 SRCDIR
= ${.CURDIR
}/..
/..
/..
/usr.bin
/gzip
9 CPPFLAGS
+= -DSMALL
-DNO_BZIP2_SUPPORT
-DNO_COMPRESS_SUPPORT
14 .
include <bsd.prog.mk
>