#	BSDI	Makefile,v 1.1.1.1 1995/01/04 21:33:34 polk Exp

PROG=	unshar
CFLAGS+=-I${.CURDIR}/../shar -DHAVE_CONFIG_H
SRCS=	unshar.c error.c getopt.c getopt1.c xgetcwd.c xmalloc.c \
	xstrdup.c basename.c

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

.include <bsd.prog.mk>

