#	$NetBSD: Makefile,v 1.7.4.1 1997/11/08 10:36:30 lukem Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	ar
CPPFLAGS+=-I${.CURDIR}
SRCS=	append.c ar.c archive.c contents.c delete.c extract.c misc.c \
	move.c print.c replace.c 
MAN=	ar.1 ar.5

.include <bsd.prog.mk>
