xref: /netbsd-src/external/gpl3/binutils/usr.bin/ar/Makefile (revision 1897181a7231d5fc7ab48994d1447fcbc4e13a49)
1#	$NetBSD: Makefile,v 1.2 2011/09/25 04:32:46 christos Exp $
2
3PROG=		ar
4
5COPTS.arparse.c = -Wno-stack-protector
6CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation
7
8.include <bsd.own.mk>
9
10.include "${.CURDIR}/../common/Makefile.prog"
11