summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/Makefile
blob: f79edaa8e19b3ebe5e761ed5cc97b682fd48c56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	@(#)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 
MAN1=	ar.0
CLEANFILES=ar.5.0

ar.0: ar.5.0

afterinstall:
	install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} ar.5.0 \
	    ${DESTDIR}${MANDIR}5/ar.0

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud