make prompting for shell the default
[unix-history] / usr / src / sbin / init / Makefile
# @(#)Makefile 5.4 (Berkeley) %G%
PROG= init
MAN8= init.0
DPADD= ${LIBUTIL}
LDADD= -lutil
BINMODE=500
CFLAGS += -DDEBUGSHELL
.include <bsd.prog.mk>