]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsdconfig/usermgmt/share/Makefile
MFC revisions 260894,260899,262895-262902,262904,262908-262910,262982,
[FreeBSD/FreeBSD.git] / usr.sbin / bsdconfig / usermgmt / share / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 FILESDIR=       ${SHAREDIR}/bsdconfig/usermgmt
6 FILES=          group.subr group_input.subr user.subr user_input.subr
7
8 beforeinstall:
9         mkdir -p ${DESTDIR}${FILESDIR}
10
11 .include <bsd.prog.mk>