xref: /freebsd/bin/Makefile.inc (revision ceaec73d406831b1251babb61675df0a1aa54a31)
1#	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4BINDIR?=	/bin
5WARNS?=		6
6
7.if defined(NO_DYNAMICROOT)
8NO_SHARED?=	YES
9.endif
10