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