mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
15 lines
230 B
Makefile
15 lines
230 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/08/20 11:05:02 christos Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
CPPFLAGS+= -DVND_COMPRESSION -DCOMPAT_30 -DCOMPAT_50
|
|
|
|
.PATH: ${S}/dev
|
|
|
|
|
|
KMOD= vnd
|
|
IOCONF= vnd.ioconf
|
|
SRCS= vnd.c
|
|
|
|
.include <bsd.kmodule.mk>
|