11 lines
146 B
Makefile
11 lines
146 B
Makefile
PROG = devman
|
|
|
|
SRCS = main.c device.c buf.c bind.c
|
|
|
|
|
|
DPADD+= ${LIBSYS}
|
|
LDADD = -lvtreefs -lsys
|
|
BINDIR?= /sbin
|
|
|
|
MAN=
|
|
.include <minix.service.mk>
|