xref: /minix/external/bsd/dhcpcd/sbin/Makefile.inc (revision bb9622b5)
1# $NetBSD: Makefile.inc,v 1.2 2008/09/19 23:00:49 joerg Exp $
2
3.include <bsd.own.mk>
4
5WARNS?=		4
6BINDIR=		/sbin
7
8.if (${MKDYNAMICROOT} == "no")
9LDSTATIC?=	-static
10.endif
11
12