mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
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>
|