Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin Need bsd.own.mk for mk.conf, include it at an opport...
details: https://anonhg.NetBSD.org/src/rev/9768ad6d43d9
branches: trunk
changeset: 789856:9768ad6d43d9
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Sep 10 18:28:46 2013 +0000
description:
Need bsd.own.mk for mk.conf, include it at an opportune place.
diffstat:
usr.bin/rump_allserver/Makefile | 4 +++-
usr.bin/rump_server/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 07534f03fd8d -r 9768ad6d43d9 usr.bin/rump_allserver/Makefile
--- a/usr.bin/rump_allserver/Makefile Tue Sep 10 18:22:55 2013 +0000
+++ b/usr.bin/rump_allserver/Makefile Tue Sep 10 18:28:46 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/09/10 18:22:55 pooka Exp $
+# $NetBSD: Makefile,v 1.6 2013/09/10 18:28:46 pooka Exp $
#
PROG= rump_allserver
@@ -14,6 +14,8 @@
LDADD+= ${RUMPDEVLDADD} ${RUMPFSLDADD} ${RUMPKERNLDADD} ${RUMPNETLDADD}
LDADD+= -lrumpdev -lrumpvfs -lrumpnet -lrump -lrumpuser -lpthread
+.include <bsd.own.mk>
+
.if ${RUMP_SERVER_LIBUTIL:Uyes} == "yes"
DPADD+= ${LIBUTIL}
LDADD+= -lutil
diff -r 07534f03fd8d -r 9768ad6d43d9 usr.bin/rump_server/Makefile
--- a/usr.bin/rump_server/Makefile Tue Sep 10 18:22:55 2013 +0000
+++ b/usr.bin/rump_server/Makefile Tue Sep 10 18:28:46 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/09/10 18:22:55 pooka Exp $
+# $NetBSD: Makefile,v 1.5 2013/09/10 18:28:46 pooka Exp $
#
.PATH: ${.CURDIR}/../rump_allserver
@@ -9,6 +9,8 @@
LDADD+= -lrump -lrumpuser -lpthread
+.include <bsd.own.mk>
+
.if ${RUMP_SERVER_LIBUTIL:Uyes} == "yes"
DPADD+= ${LIBUTIL}
LDADD+= -lutil
Home |
Main Index |
Thread Index |
Old Index