Remove building with NOCRYPTO option
[minix3.git] / external / bsd / dhcpcd / sbin / Makefile.inc
blob777c8026a2a98dc9cf311ad16c0a4478bfa4f0b4
1 # $NetBSD: Makefile.inc,v 1.2 2008/09/19 23:00:49 joerg Exp $
3 .include <bsd.own.mk>
5 WARNS?=         4
6 BINDIR=         /sbin
8 .if (${MKDYNAMICROOT} == "no")
9 LDSTATIC?=      -static
10 .endif