f93afa00e9
NETBSDSRCDIR is used all over the place anyway, and this reduces our diff with NetBSD a little.
12 lines
153 B
Makefile
12 lines
153 B
Makefile
LIB= ddekit_usb_client
|
|
|
|
SRC_DIR = ${NETBSDSRCDIR}/lib/libddekit/src
|
|
|
|
VPATH = $(SRC_DIR)
|
|
|
|
SRCS = usb_client.c
|
|
|
|
CFLAGS += -Wall
|
|
|
|
.include <bsd.lib.mk>
|
|
|