Deleted Added
full compact
Makefile.inc (225736) Makefile.inc (267654)
1# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
1# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
2# $FreeBSD: stable/9/bin/Makefile.inc 156813 2006-03-17 18:54:44Z ru $
2# $FreeBSD: releng/9.3/bin/Makefile.inc 156813 2006-03-17 18:54:44Z ru $
3
4.include <bsd.own.mk>
5
6BINDIR?= /bin
7WARNS?= 6
8
9.if ${MK_DYNAMICROOT} == "no"
10NO_SHARED?= YES
11.endif
3
4.include <bsd.own.mk>
5
6BINDIR?= /bin
7WARNS?= 6
8
9.if ${MK_DYNAMICROOT} == "no"
10NO_SHARED?= YES
11.endif