1994-05-27 12:33:43 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
PROG= ar
|
|
|
|
SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
|
1995-05-30 06:41:30 +00:00
|
|
|
move.c print.c replace.c
|
2001-12-02 12:36:35 +00:00
|
|
|
CFLAGS+=-I${.CURDIR}
|
2001-03-27 10:52:19 +00:00
|
|
|
MAN= ar.1aout ar.5
|
1998-10-10 12:48:48 +00:00
|
|
|
BINDIR= /usr/libexec/aout
|
2002-07-14 18:23:22 +00:00
|
|
|
WARNS?= 4
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|