1# $FreeBSD$
2
3BINDIR= ${LIBEXECDIR}/bsdinstall
4PROG=	distfetch
5LIBADD=	fetch ncursesw dialog m
6
7MAN=
8
9.include <bsd.prog.mk>
10