Module Name: src
Committed By: matt
Date: Thu May 2 07:01:55 UTC 2013
Modified Files:
src/external/bsd/elftosb/lib: Makefile
Log Message:
Include <bsd.own.mk>
Always include <bsd.lib.mk>
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/elftosb/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/elftosb/lib/Makefile
diff -u src/external/bsd/elftosb/lib/Makefile:1.7 src/external/bsd/elftosb/lib/Makefile:1.8
--- src/external/bsd/elftosb/lib/Makefile:1.7 Thu May 2 03:56:39 2013
+++ src/external/bsd/elftosb/lib/Makefile Thu May 2 07:01:55 2013
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2013/05/02 03:56:39 matt Exp $
+# $NetBSD: Makefile,v 1.8 2013/05/02 07:01:55 matt Exp $
-.include <bsd.init.mk>
+.include <bsd.own.mk>
.include <bsd.endian.mk>
.if ${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234"
@@ -40,7 +40,6 @@ SRCS= AESKey.cpp \
options.cpp \
rijndael.cpp \
stdafx.cpp
-.include <bsd.lib.mk>
-.else
-${.TARGETS}:
.endif
+
+.include <bsd.lib.mk>