6aa61efd09
This interface can be used by other system processes by means of the newly provided vbox API in libsys.
12 lines
178 B
Makefile
12 lines
178 B
Makefile
# Makefile for the VirtualBox backdoor driver (VBOX)
|
|
PROG= vbox
|
|
SRCS= vbox.c hgcm.c err.c
|
|
|
|
DPADD+= ${LIBSYS}
|
|
LDADD+= -lsys
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <minix.service.mk>
|