Home | History | Annotate | Line # | Download | only in dmover
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 2002/08/02 00:30:37 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej KDIR=	/sys/dev/dmover
      4  1.1  thorpej INCSDIR= /usr/include/dev/dmover
      5  1.1  thorpej 
      6  1.1  thorpej # Only install includes which are used by userland
      7  1.1  thorpej INCS=	dmover_io.h
      8  1.1  thorpej 
      9  1.1  thorpej .include <bsd.kinc.mk>
     10