1 2 3 4 5 6 7 8 9 10 11 12 13 14
# 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>