rlfnb 59ca1d7542 moved service configuration out of system.conf
Change-Id: I996c0e700b087c5130ac6480ae39e1eefa771eff
2016-02-07 19:17:43 +01:00

13 lines
219 B
Makefile

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