minix3/servers/devman/Makefile

8 lines
126 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
PROG = devman
SRCS = main.c device.c buf.c bind.c
DPADD+= ${LIBSYS}
LDADD = -lvtreefs -lsys
.include <minix.service.mk>