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


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

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


desc
@@


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

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

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


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