14 lines
195 B
Makefile
14 lines
195 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/10/20 20:13:54 jmcneill Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/arch/x86/x86
|
|
|
|
KMOD= vmt
|
|
IOCONF= vmt.ioconf
|
|
SRCS= vmt.c
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.kmodule.mk>
|