1 # $NetBSD: Makefile,v 1.1 2016/01/26 17:27:00 christos Exp $ 2 3 PROG= ar 4 5 COPTS.arparse.c = -Wno-stack-protector 6 CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation 7 8 .include <bsd.own.mk> 9 10 .include "${.CURDIR}/../common/Makefile.prog" 11