Module Name:    src
Committed By:   dyoung
Date:           Fri Sep  2 22:15:16 UTC 2011

Modified Files:
        src/sys/kern: Makefile

Log Message:
Add a target, subr_vmem, for building the vmem(9) test program.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/kern/Makefile

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

Modified files:

Index: src/sys/kern/Makefile
diff -u src/sys/kern/Makefile:1.15 src/sys/kern/Makefile:1.16
--- src/sys/kern/Makefile:1.15	Sat Oct 25 22:35:36 2008
+++ src/sys/kern/Makefile	Fri Sep  2 22:15:16 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.15 2008/10/25 22:35:36 apb Exp $
+#	$NetBSD: Makefile,v 1.16 2011/09/02 22:15:16 dyoung Exp $
 #
 #	from: @(#)Makefile	8.2 (Berkeley) 3/21/94
 
@@ -18,6 +18,8 @@
 vnode_if.c ../sys/vnode_if.h: ${VNODEIFSRC}
 	${HOST_SH} vnode_if.sh vnode_if.src
 
+subr_vmem: subr_vmem.c
+	$(CC) -DVMEM_SANITY -g -Wall -o subr_vmem subr_vmem.c
 
 # Kernel tags:
 # Tags files are built in the top-level directory for each architecture,

Reply via email to