Home | History | Annotate | Line # | Download | only in vnd
Makefile revision 1.4
      1  1.4  pgoyette #	$NetBSD: Makefile,v 1.4 2019/01/27 02:08:48 pgoyette Exp $
      2  1.1      haad 
      3  1.1      haad .include "../Makefile.inc"
      4  1.1      haad 
      5  1.4  pgoyette CPPFLAGS+= -DVND_COMPRESSION -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