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