]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/bsdconfig/usermgmt/Makefile
MFC bsdconfig(8) and sysrc(8) from HEAD. (shazam!)
[FreeBSD/stable/9.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>