]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdconfig/usermgmt/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsdconfig / usermgmt / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 SUBDIR= include share
6
7 FILESDIR=       ${LIBEXECDIR}/bsdconfig/070.usermgmt
8 FILES=          INDEX USAGE
9
10 SCRIPTSDIR=     ${FILESDIR}
11 SCRIPTS=        groupadd groupdel groupedit groupinput \
12                 useradd userdel useredit userinput usermgmt
13
14 beforeinstall:
15         mkdir -p ${DESTDIR}${FILESDIR}
16
17 .include <bsd.prog.mk>