]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / bin / Makefile.inc
1 #       @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 BINDIR?=        /bin
7 WARNS?=         6
8
9 .if ${MK_DYNAMICROOT} == "no"
10 NO_SHARED?=     YES
11 .endif