Home | History | Annotate | Line # | Download | only in ranlib
Makefile revision 1.4
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 2016/10/26 17:09:50 christos Exp $
      2  1.1  christos 
      3  1.1  christos PROG=		ranlib
      4  1.1  christos 
      5  1.1  christos COPTS.arparse.c = -Wno-stack-protector
      6  1.1  christos CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation
      7  1.1  christos 
      8  1.1  christos .include "${.CURDIR}/../common/Makefile.prog"
      9