1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ 3 4PROG= ar 5SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \ 6 move.c print.c replace.c 7CFLAGS+=-I${.CURDIR} 8MAN= ar.1aout ar.5 9BINDIR= /usr/libexec/aout 10WARNS?= 4 11 12.include <bsd.prog.mk> 13