blob: fe9a6ea6137ba891747925ac1af8dd16f2f35386 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.8 2022/12/23 17:09:55 christos Exp $
PROG= ranlib
COPTS.arparse.c = -Wno-stack-protector
CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation
.include "${.CURDIR}/../common/Makefile.prog"
|