Module Name:    src
Committed By:   dsl
Date:           Wed Jan  2 10:43:11 UTC 2013

Modified Files:
        src/usr.sbin/pstat: Makefile

Log Message:
pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/pstat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/pstat/Makefile
diff -u src/usr.sbin/pstat/Makefile:1.15 src/usr.sbin/pstat/Makefile:1.16
--- src/usr.sbin/pstat/Makefile:1.15	Mon May 28 12:06:39 2007
+++ src/usr.sbin/pstat/Makefile	Wed Jan  2 10:43:11 2013
@@ -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 @@ LDADD=	-lkvm
 
 CPPFLAGS+=-I${NETBSDSRCDIR}/sbin/swapctl
 
+CPPFLAGS+=-D_KMEMUSER
+
 .PATH: ${NETBSDSRCDIR}/sbin/swapctl
 
 .include <bsd.prog.mk>

Reply via email to