]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - sbin/Makefile.inc
MFS r217408: Don't use amdc1e on XEN && !XEN_PRIVILEGED. This fixes a
[FreeBSD/releng/8.2.git] / sbin / Makefile.inc
1 #       @(#)Makefile.inc        8.1 (Berkeley) 6/8/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 BINDIR?=        /sbin
7 WARNS?= 2
8
9 .if ${MK_DYNAMICROOT} == "no"
10 NO_SHARED?=     YES
11 .endif