1997-10-24 13:00:17 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 1997/10/24 09:00:17 lukem Exp $
|
1995-03-25 09:39:33 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= ar
|
1997-10-24 13:00:17 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}
|
1993-03-21 12:45:37 +03:00
|
|
|
SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
|
|
|
|
move.c print.c replace.c
|
1994-12-22 15:29:28 +03:00
|
|
|
MAN= ar.1 ar.5
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|