xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/ar/Makefile (revision 154bfe8e089c1a0a4e9ed8414f08d3da90949162)
1#	$NetBSD: Makefile,v 1.7 2020/04/03 17:51:33 christos Exp $
2
3PROG=		ar
4
5COPTS.arparse.c = -Wno-stack-protector
6CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation
7
8.include "${.CURDIR}/../common/Makefile.prog"
9