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

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

.include <bsd.prog.mk>

