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