minix/servers/init/Makefile
Arun Thomas 93ae43f577 boot: Add multiboot support
Not yet fully spec-compliant; work in progress
2011-06-24 17:21:51 +02:00

11 lines
141 B
Makefile

# Makefile for the init program (INIT)
PROG= init
SRCS= init.c
MAN=
BINDIR?= /usr/sbin
INSTALLFLAGS+= -S 64k
.include <minix.bootprog.mk>