minix/servers/devman/Makefile

12 lines
146 B
Makefile
Raw Normal View History

PROG = devman
SRCS = main.c device.c buf.c bind.c
DPADD+= ${LIBSYS}
LDADD = -lvtreefs -lsys
BINDIR?= /sbin
MAN=
2011-07-09 15:04:42 +02:00
.include <minix.service.mk>