minix3/lib/libdevman/Makefile

12 lines
104 B
Makefile

NOGCCERROR=yes
NOCLANGERROR=yes
LIB = devman
SRCS = generic.c \
usb.c
.include <bsd.lib.mk>