Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pstat pstat is a kmem groveller, set -D_KMEMUSER in...
details: https://anonhg.NetBSD.org/src/rev/bcf5197dfc76
branches: trunk
changeset: 783641:bcf5197dfc76
user: dsl <dsl%NetBSD.org@localhost>
date: Wed Jan 02 10:43:11 2013 +0000
description:
pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS
diffstat:
usr.sbin/pstat/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c3df59306912 -r bcf5197dfc76 usr.sbin/pstat/Makefile
--- a/usr.sbin/pstat/Makefile Wed Jan 02 10:36:07 2013 +0000
+++ b/usr.sbin/pstat/Makefile Wed Jan 02 10:43:11 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/05/28 12:06:39 tls Exp $
+# $NetBSD: Makefile,v 1.16 2013/01/02 10:43:11 dsl Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@@ -15,6 +15,8 @@
CPPFLAGS+=-I${NETBSDSRCDIR}/sbin/swapctl
+CPPFLAGS+=-D_KMEMUSER
+
.PATH: ${NETBSDSRCDIR}/sbin/swapctl
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index