Home | History | Annotate | Line # | Download | only in vnd
Makefile revision 1.3.16.1
      1 #	$NetBSD: Makefile,v 1.3.16.1 2018/03/29 11:22:23 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 CPPFLAGS+= -DVND_COMPRESSION -DCOMPAT_50
      6 
      7 .PATH:	${S}/dev
      8 
      9 
     10 KMOD=	vnd
     11 IOCONF=	vnd.ioconf
     12 SRCS=	vnd.c
     13 
     14 .include <bsd.kmodule.mk>
     15