blob: 44c8647419192639a525c6ce2598adeff5d1d3b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.2 2011/09/25 04:32:47 christos Exp $
PROG= ranlib
.include <bsd.own.mk>
COPTS.arparse.c = -Wno-stack-protector
CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation
.include "${.CURDIR}/../common/Makefile.prog"
|