1994-05-27 12:33:43 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1998-10-10 12:48:48 +00:00
|
|
|
# $Id$
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
PROG= ar
|
|
|
|
CFLAGS+=-I${.CURDIR}
|
|
|
|
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
|
1998-10-10 12:48:48 +00:00
|
|
|
MAN1aout=ar.1aout
|
1994-08-05 19:00:04 +00:00
|
|
|
MAN5= ar.5
|
1998-10-10 12:48:48 +00:00
|
|
|
BINDIR= /usr/libexec/aout
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|