xref: /freebsd/usr.bin/ar/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3PROG=	ar
4SRCS=	ar.c acplex.l acpyacc.y read.c util.c write.c y.tab.h
5
6LIBADD=	archive elf
7
8NO_WMISSING_VARIABLE_DECLARATIONS=
9
10CFLAGS+=-I. -I${.CURDIR}
11
12LINKS=	${BINDIR}/ar ${BINDIR}/ranlib
13MLINKS= ar.1 ranlib.1
14
15.include <bsd.prog.mk>
16