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