# 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