minix/servers/devman/Makefile
2012-02-16 23:26:38 +01:00

12 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>