blob: d7468b48002cf8382e847cf2c03ecc34483d306b (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.3 2016/01/26 19:37:47 christos Exp $
PROG= ar
COPTS.arparse.c = -Wno-stack-protector
CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation
.include "${.CURDIR}/../common/Makefile.prog"
|