mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
commands addUser, deleteUser, and editUser. Getting rid of the awkward- to-use `userinput' bolt-on which Ron and I talked about rewriting.
16 lines
280 B
Makefile
16 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
SUBDIR= include share
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/070.usermgmt
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= groupadd groupdel groupedit useradd userdel useredit usermgmt
|
|
|
|
beforeinstall:
|
|
mkdir -p ${DESTDIR}${FILESDIR}
|
|
|
|
.include <bsd.prog.mk>
|