]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/Makefile.inc
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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