minix/test/kernel/sys_vumap/Makefile
David van Moolenbroek cf720a028a Test set for sys_vumap()
Located in test/kernel. Invoke "run" to run tests.
2012-03-24 19:51:14 +01:00

15 lines
232 B
Makefile

# Makefile for the sys_vumap test.
PROG= vumaptest vumaprelay
SRCS.vumaptest= vumaptest.c
SRCS.vumaprelay= vumaprelay.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
MAN=
BINDIR?= /usr/sbin
.include "Makefile.inc"
.include <minix.service.mk>