Home | History | Annotate | Line # | Download | only in vnd
Makefile revision 1.3.16.1
      1  1.3.16.1  pgoyette #	$NetBSD: Makefile,v 1.3.16.1 2018/03/29 11:22:23 pgoyette Exp $
      2       1.1      haad 
      3       1.1      haad .include "../Makefile.inc"
      4       1.1      haad 
      5  1.3.16.1  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