summaryrefslogtreecommitdiff
path: root/usr.bin/ar/Makefile
blob: 25cedb393e68e5d086af300706d9b7498132ae51 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.7 1995/03/25 06:39:33 glass Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	ar
CFLAGS+=-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>