7 lines
74 B
Makefile
7 lines
74 B
Makefile
# Makefile for libdriver
|
|
|
|
LIB = usb
|
|
|
|
SRCS = usb.c
|
|
|
|
.include <bsd.lib.mk>
|