1# $NetBSD: Makefile,v 1.7 2020/04/03 17:51:47 christos Exp $ 2 3PROG= ranlib 4 5COPTS.arparse.c = -Wno-stack-protector 6CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation 7 8.include "${.CURDIR}/../common/Makefile.prog" 9