]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/Makefile.inc
MFC r288330,r288423,r288678,r288905,r288906,r288907,r289102:
[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