aboutsummaryrefslogtreecommitdiff
path: root/bsdconfig/usermgmt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bsdconfig/usermgmt/Makefile')
-rw-r--r--bsdconfig/usermgmt/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/bsdconfig/usermgmt/Makefile b/bsdconfig/usermgmt/Makefile
new file mode 100644
index 000000000000..127c874fbaf6
--- /dev/null
+++ b/bsdconfig/usermgmt/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+SUBDIR= include share
+
+FILESDIR= ${LIBEXECDIR}/bsdconfig/070.usermgmt
+FILES= INDEX USAGE
+
+SCRIPTSDIR= ${FILESDIR}
+SCRIPTS= groupadd groupdel groupedit useradd userdel useredit usermgmt
+
+.include <bsd.prog.mk>