0aa01a2dce
Sets time forward to match the host time. Started automatically if the corresponding device is present.
12 lines
165 B
Makefile
12 lines
165 B
Makefile
# Makefile for the VirtualBox backdoor driver (VBOX)
|
|
PROG= vbox
|
|
SRCS= vbox.c
|
|
|
|
DPADD+= ${LIBSYS}
|
|
LDADD+= -lsys
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <minix.service.mk>
|