xref: /freebsd/sbin/Makefile.inc (revision 2546665afcaf0d53dc2c7058fee96354b3680f5a)
1#	@(#)Makefile.inc	8.1 (Berkeley) 6/8/93
2# $FreeBSD$
3
4BINDIR?=	/sbin
5WARNS?=	2
6
7.if defined(NO_DYNAMICROOT) || ${MACHINE_ARCH} == "ia64"
8NOSHARED?=	YES
9.endif
10