blob: 60714bc19e53758e97303db1d32208fa8469d37e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.4 2020/10/27 08:57:11 ryo Exp $
.include "../Makefile.inc"
.PATH: ${S}/arch/x86/x86
.PATH: ${S}/dev/vmt
KMOD= vmt
IOCONF= vmt.ioconf
SRCS= vmt.c \
vmt_subr.c
.include <bsd.kmodule.mk>
|