xref: /freebsd/bin/Makefile.inc (revision bd8477d623209550777e8a5a80020b113d078e06)
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