NetBSD/usr.bin/ar/Makefile

11 lines
261 B
Makefile
Raw Normal View History

1994-09-19 07:34:06 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1994-12-22 15:29:28 +03:00
# $Id: Makefile,v 1.6 1994/12/22 12:29:28 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= ar
CFLAGS+=-I${.CURDIR}
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>