]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdconfig/password/share/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsdconfig / password / share / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 FILESDIR=       ${SHAREDIR}/bsdconfig/password
6 FILES=          password.subr
7
8 beforeinstall:
9         mkdir -p ${DESTDIR}${FILESDIR}
10
11 .include <bsd.prog.mk>