summaryrefslogtreecommitdiff
path: root/external/gpl3/binutils.old/usr.bin/ar/Makefile
blob: 7264781b6b6b83d4d13d4c8574a6934ebadeec57 (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.8 2022/12/23 17:09:41 christos Exp $

PROG=		ar

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

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