Home | History | Annotate | Line # | Download | only in nandemulator
Makefile revision 1.1.38.1
      1 # $NetBSD: Makefile,v 1.1.38.1 2015/09/22 12:06:09 skrll Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/dev/nand
      6 
      7 KMOD=   nandemulator
      8 IOCONF=	nandemulator.ioconf
      9 SRCS=	nandemulator.c
     10 
     11 .include <bsd.kmodule.mk>
     12