minix3/drivers/vmm_guest/vbox/Makefile

9 lines
152 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for the VirtualBox backdoor driver (VBOX)
PROG= vbox
SRCS= vbox.c hgcm.c err.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
.include <minix.service.mk>