Home | History | Annotate | Line # | Download | only in libugenhc
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2010/03/08 10:24:37 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 .include <bsd.lib.mk>
     12 .include <bsd.klinks.mk>
     13