aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/runconsoles/Makefile
blob: 49666c6b8d8026bd3aaad42268280c309ca1c45f (plain) (blame)
1
2
3
4
5
6
7
8
9
BINDIR=	${LIBEXECDIR}/bsdinstall
PROG=	runconsoles
MAN=

SRCS=	child.c \
	common.c \
	runconsoles.c

.include <bsd.prog.mk>