13 lines
229 B
Makefile
13 lines
229 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/03/08 10:24:37 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpdev_ugenhc
|
|
IOCONF= UGENHC.ioconf
|
|
|
|
SRCS= ugenhc.c ugenhc_at_mainbus.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|