Remove building with NOCRYPTO option
[minix.git] / external / gpl3 / binutils / usr.bin / ar / Makefile
blob421fbce6a2ec8a1b496eb2a52fcd990f53b0f6bb
1 # $NetBSD: Makefile,v 1.2 2011/09/25 04:32:46 christos Exp $
3 PROG= ar
5 COPTS.arparse.c = -Wno-stack-protector
6 CPPFLAGS+=-Dbin_dummy_emulation=bin_vanilla_emulation
8 .include <bsd.own.mk>
10 .include "${.CURDIR}/../common/Makefile.prog"