# Makefile for the init program (INIT)
PROG=	init
SRCS=	init.c

MAN=

BINDIR?= /usr/sbin
INSTALLFLAGS+=	-S 64k

.include <minix.bootprog.mk>
