1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Makefile for the Remote MIB test service (rmibtest) PROG= rmibtest SRCS= rmibtest.c FILES= rmibtest.conf DPADD+= ${LIBSYS} LDADD+= -lsys MAN= BINDIR?= /usr/tests/minix-posix/rmibtest FILESDIR?= /usr/tests/minix-posix/rmibtest .include <minix.service.mk>