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