summaryrefslogtreecommitdiff
path: root/minix/tests/rmibtest/Makefile
blob: 54abf55c7f1100d1c4a30b58a4331acf6c5a2cda (plain)
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>