1# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93 2# $FreeBSD$ 3 4BINDIR?= /sbin 5WARNS?= 2 6 7.if defined(NO_DYNAMICROOT) 8NOSHARED?= YES 9.endif 10