minix/servers/init/Makefile
Arun Thomas 007104d60e GCC build fixes/updates
-Set stack sizes for boot image processes
-Increase RS stack size
-Reduce ramdisk size
-HARDWARE task should use kernel stack
-Minor asm tweaks for leading underscores
2010-05-26 18:45:55 +00:00

16 lines
210 B
Makefile

# Makefile for the init program (INIT)
PROG= init
SRCS= init.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
MAN=
BINDIR?= /usr/sbin
INSTALLFLAGS+= -S 64k
CPPFLAGS+= -O -D_MINIX -D_POSIX_SOURCE
.include <minix.prog.mk>