head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.05.04.15.46.30;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.02.25.00.03.12;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove delcaration of BSD, already in sys/param.h
@
text
@PROG=	funzip
CFLAGS+=-Dunix -I${.CURDIR}/../unzip
SRCS=	funzip.c inflate.c

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

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


1.1
log
@Initial revision
@
text
@d2 1
a2 1
CFLAGS=	-Dunix -DBSD -I${.CURDIR}/../unzip
@
