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