Home | History | Annotate | Line # | Download | only in vnd
Makefile revision 1.3.18.1
      1  1.3.18.1  christos #	$NetBSD: Makefile,v 1.3.18.1 2019/06/10 22:09:43 christos Exp $
      2       1.1      haad 
      3       1.1      haad .include "../Makefile.inc"
      4       1.1      haad 
      5  1.3.18.1  christos CPPFLAGS+= -DVND_COMPRESSION
      6       1.1      haad 
      7       1.1      haad .PATH:	${S}/dev
      8       1.1      haad 
      9       1.1      haad KMOD=	vnd
     10       1.3  christos IOCONF=	vnd.ioconf
     11       1.1      haad SRCS=	vnd.c
     12       1.1      haad 
     13  1.3.18.1  christos WARNS=	3
     14  1.3.18.1  christos 
     15       1.1      haad .include <bsd.kmodule.mk>
     16