Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/elftosb/lib If not building anything include bs...



details:   https://anonhg.NetBSD.org/src/rev/72b78634c36d
branches:  trunk
changeset: 786613:72b78634c36d
user:      matt <matt%NetBSD.org@localhost>
date:      Fri May 03 18:37:54 2013 +0000

description:
If not building anything include bsd.subdir.mk

diffstat:

 external/bsd/elftosb/lib/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d4b222be7212 -r 72b78634c36d external/bsd/elftosb/lib/Makefile
--- a/external/bsd/elftosb/lib/Makefile Fri May 03 18:31:24 2013 +0000
+++ b/external/bsd/elftosb/lib/Makefile Fri May 03 18:37:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/05/02 07:01:55 matt Exp $
+# $NetBSD: Makefile,v 1.9 2013/05/03 18:37:54 matt Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -40,6 +40,8 @@
                options.cpp \
                rijndael.cpp \
                stdafx.cpp
+.include <bsd.lib.mk>
+.else
+.include <bsd.subdir.mk>
 .endif
 
-.include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index