Makefile revision 291347
1# $FreeBSD: head/usr.sbin/bsdconfig/password/Makefile 291347 2015-11-26 01:14:27Z bdrewery $
2
3SUBDIR= include share
4
5FILESDIR=	${LIBEXECDIR}/bsdconfig/040.password
6FILES=		INDEX USAGE
7
8SCRIPTSDIR=	${FILESDIR}
9SCRIPTS=	password
10
11.include <bsd.prog.mk>
12