#	BSDI Makefile,v 1.1.1.1 1994/12/16 17:22:11 polk Exp

PROG=	unzipsfx
SRCS=	unzip.c crypt.c extract.c file_io.c inflate.c match.c unix.c

.PATH:	${.CURDIR}/../unzip

CFLAGS+=	-DSFX -I${.CURDIR}/../unzip

.include "../Makefile.inc"
.include <bsd.prog.mk>
