xref: /freebsd/sbin/Makefile.inc (revision 994297b01b98816bea1abf45ae4bac1bc69ee7a0)
1#	@(#)Makefile.inc	8.1 (Berkeley) 6/8/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6BINDIR?=	/sbin
7
8.if ${MK_DYNAMICROOT} == "no"
9NO_SHARED?=	YES
10.endif
11