summaryrefslogtreecommitdiff
path: root/usr.bin/ar/Makefile
blob: a759278e217e2f040a9b3262e5311fb7f0b250cd (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:48:19 deraadt Exp $

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>