Home | History | Annotate | Line # | Download | only in vnd
Makefile revision 1.3
      1  1.3  christos #	$NetBSD: Makefile,v 1.3 2015/08/20 11:05:02 christos Exp $
      2  1.1      haad 
      3  1.1      haad .include "../Makefile.inc"
      4  1.1      haad 
      5  1.2       mrg CPPFLAGS+= -DVND_COMPRESSION -DCOMPAT_30 -DCOMPAT_50
      6  1.1      haad 
      7  1.1      haad .PATH:	${S}/dev
      8  1.1      haad 
      9  1.1      haad 
     10  1.1      haad KMOD=	vnd
     11  1.3  christos IOCONF=	vnd.ioconf
     12  1.1      haad SRCS=	vnd.c
     13  1.1      haad 
     14  1.1      haad .include <bsd.kmodule.mk>
     15