# Makefile for libdriver

NOGCCERROR=yes

CPPFLAGS+= -D_MINIX_SYSTEM

LIB = usb	

SRCS = usb.c

.include <bsd.lib.mk>
