minix/lib/libddekit/build/ddekit_usb_server/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

9 lines
148 B
Makefile

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