summaryrefslogtreecommitdiff
path: root/tests/dev/sysmon
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-01-23 21:22:45 +0000
committerchristos <christos@NetBSD.org>2016-01-23 21:22:45 +0000
commit7afa4ebf64c95aed7178c23d5ed031d2fc4f9d31 (patch)
treef7a177683a0a36076ac77b1d35c1b37b0e54733d /tests/dev/sysmon
parentbaeb969ec790a8830b5a877680ea3c7575a4f7dc (diff)
Define _KERNTYPES for things that need it.
Diffstat (limited to 'tests/dev/sysmon')
-rw-r--r--tests/dev/sysmon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dev/sysmon/Makefile b/tests/dev/sysmon/Makefile
index c8eb7e78a82..fbfd843c73e 100644
--- a/tests/dev/sysmon/Makefile
+++ b/tests/dev/sysmon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/06/10 04:28:39 he Exp $
+# $NetBSD: Makefile,v 1.4 2016/01/23 21:22:48 christos Exp $
#
.include <bsd.own.mk>
@@ -7,6 +7,7 @@ TESTSDIR= ${TESTSBASE}/dev/sysmon
TESTS_C= t_swwdog
+CPPFLAGS+= -D_KERNTYPES
LDADD+= -lrumpdev_sysmon -lrumpdev -lrumpvfs
LDADD+= -lrump
LDADD+= -lrumpuser