minix/lib/libddekit/build/ddekit_usb_client/Makefile
Thomas Veerman f93afa00e9 Remove MINIXSRCDIR and use NETBSDSRCDIR
NETBSDSRCDIR is used all over the place anyway, and this reduces
our diff with NetBSD a little.
2012-06-18 10:53:35 +00:00

13 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>