[Midnightbsd-cvs] src: src/bin: bsd.own.mk time
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Nov 11 17:40:38 EST 2008
Log Message:
-----------
bsd.own.mk time
Modified Files:
--------------
src/bin:
Makefile (r1.8 -> r1.9)
Makefile.inc (r1.2 -> r1.3)
-------------- next part --------------
Index: Makefile.inc
===================================================================
RCS file: /home/cvs/src/bin/Makefile.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -L bin/Makefile.inc -L bin/Makefile.inc -u -r1.2 -r1.3
--- bin/Makefile.inc
+++ bin/Makefile.inc
@@ -2,9 +2,11 @@
# $FreeBSD: src/bin/Makefile.inc,v 1.22 2004/12/21 09:59:40 ru Exp $
# $MidnightBSD$
+.include <bsd.own.mk>
+
BINDIR?= /bin
WARNS?= 6
-.if defined(NO_DYNAMICROOT)
+.if ${MK_DYNAMICROOT} == "no"
NO_SHARED?= YES
.endif
Index: Makefile
===================================================================
RCS file: /home/cvs/src/bin/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L bin/Makefile -L bin/Makefile -u -r1.8 -r1.9
--- bin/Makefile
+++ bin/Makefile
@@ -2,6 +2,8 @@
# $FreeBSD: src/bin/Makefile,v 1.25 2005/03/02 11:53:21 trhodes Exp $
# $MidnightBSD$
+.include <bsd.own.mk>
+
SUBDIR= cat \
chflags \
chio \
More information about the Midnightbsd-cvs
mailing list