Home | History | Annotate | Line # | Download | only in libugenhc
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2013/04/28 09:58:11 pooka Exp $
      2 #
      3 
      4 LIB=	rumpdev_ugenhc
      5 IOCONF= UGENHC.ioconf
      6 
      7 SRCS=	ugenhc.c ugenhc_at_mainbus.c
      8 
      9 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
     10 
     11 RUMPUSER_COMP= ioctl
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15