8 lines
126 B
Makefile
8 lines
126 B
Makefile
|
PROG = devman
|
||
|
SRCS = main.c device.c buf.c bind.c
|
||
|
|
||
|
DPADD+= ${LIBSYS}
|
||
|
LDADD = -lvtreefs -lsys
|
||
|
|
||
|
.include <minix.service.mk>
|