Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / regress / sys / kern / priority_inheritance1 / Makefile
blobccb0a94115a17c2c40dd0649c036afe8abd497e1
1 # $NetBSD: Makefile,v 1.2 2007/02/05 20:18:43 ad Exp $
3 KMOD= priority_inheritance1_test
5 NOMAN=
7 .PATH: ${.CURDIR}/../lkmcommon
9 SRCS= lkminit_test.c test_priority_inheritance1.c
10 CPPFLAGS+=-DLKMENTRY=priority_inheritance1_test_lkmentry
12 .include <bsd.kmod.mk>
13 .include <bsd.subdir.mk>