Home | History | Annotate | Line # | Download | only in nandemulator
Makefile revision 1.2
      1 # $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos 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