summaryrefslogtreecommitdiff
path: root/external/gpl3/binutils/usr.bin/ar/Makefile
blob: 421fbce6a2ec8a1b496eb2a52fcd990f53b0f6bb (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.2 2011/09/25 04:32:46 christos Exp $

PROG=		ar

COPTS.arparse.c = -Wno-stack-protector
CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation

.include <bsd.own.mk>

.include "${.CURDIR}/../common/Makefile.prog"