# $Id: Makefile,v 1.1 2008/05/13 05:38:51 guru Exp $
# Makefile for nozomi BSD port

DEBUG_FLAGS=-g
KMOD=	nozomi
SRCS=	nozomi.c
SRCS+=	device_if.h bus_if.h pci_if.h

.include <bsd.kmod.mk>
