Home | History | Annotate | Line # | Download | only in pud
Makefile revision 1.1
      1  1.1  haad # $NetBSD: Makefile,v 1.1 2011/01/28 23:54:28 haad Exp $
      2  1.1  haad 
      3  1.1  haad .include "../Makefile.inc"
      4  1.1  haad 
      5  1.1  haad .PATH:	${S}/dev/pud
      6  1.1  haad 
      7  1.1  haad KMOD=	pud
      8  1.1  haad SRCS=	pud.c pud_dev.c
      9  1.1  haad 
     10  1.1  haad .include <bsd.kmodule.mk>
     11