xref: /netbsd-src/external/gpl3/binutils/usr.bin/ranlib/Makefile (revision cb861154c176d3dcc8ff846f449e3c16a5f5edb5)
1#	$NetBSD: Makefile,v 1.1 2009/08/18 20:22:19 skrll Exp $
2
3PROG=		ranlib
4
5.include <bsd.own.mk>
6
7COPTS.arparse.c = -Wno-stack-protector
8
9.include "${.CURDIR}/../common/Makefile.prog"
10