xref: /freebsd/bin/Makefile.inc (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3BINDIR?=	/bin
4
5.if ${MK_DYNAMICROOT} == "no"
6NO_SHARED?=	YES
7.endif
8