12 lines
157 B
Makefile
12 lines
157 B
Makefile
|
LIB= ddekit_usb_server
|
||
|
|
||
|
SRC_DIR = ${NETBSDSRCDIR}/minix/lib/libddekit/src
|
||
|
|
||
|
VPATH = $(SRC_DIR)
|
||
|
|
||
|
SRCS = usb_server.c
|
||
|
|
||
|
CFLAGS += -Wall
|
||
|
|
||
|
.include <bsd.lib.mk>
|