8 lines
71 B
Makefile
8 lines
71 B
Makefile
LIB = devman
|
|
|
|
SRCS = generic.c \
|
|
usb.c
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|