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