This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / ar / Makefile
# @(#)Makefile 5.8 (Berkeley) 3/10/91
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.1
MAN5= ar.5
.include <bsd.prog.mk>