xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/ar/Makefile (revision afab4e300d3a9fb07dd8c80daf53d0feb3345706)
1#	$NetBSD: Makefile,v 1.8 2022/12/23 17:09:41 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