1 # $NetBSD: Makefile,v 1.1 2009/10/01 21:46:31 pooka Exp $
4 .PATH
: ${.CURDIR
}/..
/..
/..
/..
/dev
/usb
8 SRCS
= usb.c usbdi.c usbdi_util.c usb_mem.c usb_subr.c usb_quirks.c \
9 uhub.c usbroothub_subr.c
11 # XXX: doesn't belong here by a longshot, but it's the easy choice for now
14 CFLAGS
+= -Wno-pointer-sign
15 CPPFLAGS
+= -I
${.CURDIR
}/opt
18 .
include <bsd.klinks.mk
>