xref: /minix3/minix/lib/libdevman/Makefile (revision 7c48de6cc4c6d56f2277d378dba01dbac8a8c3b9)
1*65f76edbSDavid van MoolenbroekCPPFLAGS+= -D_MINIX_SYSTEM
2433d6423SLionel Sambuc
3433d6423SLionel SambucLIB = devman
4433d6423SLionel Sambuc
5433d6423SLionel SambucSRCS = generic.c \
6433d6423SLionel Sambuc       usb.c
7433d6423SLionel Sambuc
8433d6423SLionel Sambuc.include <bsd.lib.mk>
9433d6423SLionel Sambuc
10433d6423SLionel Sambuc
11