minix3/drivers/vmm_guest/vbox/Makefile

9 lines
152 B
Makefile

# Makefile for the VirtualBox backdoor driver (VBOX)
PROG= vbox
SRCS= vbox.c hgcm.c err.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
.include <minix.service.mk>