436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
11 lines
125 B
Makefile
11 lines
125 B
Makefile
# Makefile for service
|
|
.include <minix.own.mk>
|
|
|
|
PROG= service
|
|
SRCS= service.c
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /bin
|
|
|
|
.include <minix.prog.mk>
|