93ae43f577
Not yet fully spec-compliant; work in progress
10 lines
141 B
Makefile
10 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>
|