pfctl: Match prototype of pfctl_load_hostid.
[freebsd-src.git] / bin / Makefile.inc
blob86141a1387f9a9b0f188a6e4764f272e734ec06d
1 #       @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
4 .include <src.opts.mk>
6 BINDIR?=        /bin
7 WARNS?=         6
9 .if ${MK_DYNAMICROOT} == "no"
10 NO_SHARED?=     YES
11 .endif