1BINDIR=	${LIBEXECDIR}/bsdinstall
2PROG=	runconsoles
3MAN=
4
5SRCS=	child.c \
6	common.c \
7	runconsoles.c
8
9.include <bsd.prog.mk>
10