Source-Changes-HG archive

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

[src/trunk]: src/lib/librumphijack don't need to include anything before bsd....



details:   https://anonhg.NetBSD.org/src/rev/c8824346628a
branches:  trunk
changeset: 325878:c8824346628a
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 10 15:54:29 2014 +0000

description:
don't need to include anything before bsd.lib.mk since we don't use any
variables

diffstat:

 lib/librumphijack/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 69e2df8d202b -r c8824346628a lib/librumphijack/Makefile
--- a/lib/librumphijack/Makefile        Fri Jan 10 15:52:25 2014 +0000
+++ b/lib/librumphijack/Makefile        Fri Jan 10 15:54:29 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2014/01/10 15:00:16 martin Exp $
+#      $NetBSD: Makefile,v 1.15 2014/01/10 15:54:29 christos Exp $
 #
 
 LIB=           rumphijack
@@ -18,9 +18,6 @@
 # a stack frame
 COPTS.hijackdlsym.c+=  -O0
 
-.include <bsd.own.mk>  # prerequisite for bsd.sys.mk
-.include <bsd.sys.mk>
-
 CPPFLAGS+=     -U_FORTIFY_SOURCE
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index