summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/usermgmt
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-03-05 00:34:33 +0000
committerdteske <dteske@FreeBSD.org>2015-03-05 00:34:33 +0000
commit82862f31e2ae392281f896a2a61a23a6ad6f0f5b (patch)
treeee4b544a29191a63042d1256648f5255b3012fed /usr.sbin/bsdconfig/usermgmt
parent390b17942b55523706ad01b4309ce40fe3b203a2 (diff)
downloadFreeBSD-src-82862f31e2ae392281f896a2a61a23a6ad6f0f5b.zip
FreeBSD-src-82862f31e2ae392281f896a2a61a23a6ad6f0f5b.tar.gz
MFC r274073:
Follow-up to r255036; remove beforeinstall directives from bsdconfig(8) Makefile's, fixing concurrent installworld (`make -j17 installworld'). Reviewed by: delphij Thanks to: delphij, emaste
Diffstat (limited to 'usr.sbin/bsdconfig/usermgmt')
-rw-r--r--usr.sbin/bsdconfig/usermgmt/Makefile3
-rw-r--r--usr.sbin/bsdconfig/usermgmt/include/Makefile3
-rw-r--r--usr.sbin/bsdconfig/usermgmt/share/Makefile3
3 files changed, 0 insertions, 9 deletions
diff --git a/usr.sbin/bsdconfig/usermgmt/Makefile b/usr.sbin/bsdconfig/usermgmt/Makefile
index 5211c3c..d82f6d6 100644
--- a/usr.sbin/bsdconfig/usermgmt/Makefile
+++ b/usr.sbin/bsdconfig/usermgmt/Makefile
@@ -10,7 +10,4 @@ FILES= INDEX USAGE
SCRIPTSDIR= ${FILESDIR}
SCRIPTS= groupadd groupdel groupedit useradd userdel useredit usermgmt
-beforeinstall:
- mkdir -p ${DESTDIR}${FILESDIR}
-
.include <bsd.prog.mk>
diff --git a/usr.sbin/bsdconfig/usermgmt/include/Makefile b/usr.sbin/bsdconfig/usermgmt/include/Makefile
index 25d2a07..a63b1fe 100644
--- a/usr.sbin/bsdconfig/usermgmt/include/Makefile
+++ b/usr.sbin/bsdconfig/usermgmt/include/Makefile
@@ -5,7 +5,4 @@ NO_OBJ=
FILESDIR= ${LIBEXECDIR}/bsdconfig/070.usermgmt/include
FILES= messages.subr usermgmt.hlp
-beforeinstall:
- mkdir -p ${DESTDIR}${FILESDIR}
-
.include <bsd.prog.mk>
diff --git a/usr.sbin/bsdconfig/usermgmt/share/Makefile b/usr.sbin/bsdconfig/usermgmt/share/Makefile
index 7f27c92..a13c200 100644
--- a/usr.sbin/bsdconfig/usermgmt/share/Makefile
+++ b/usr.sbin/bsdconfig/usermgmt/share/Makefile
@@ -5,7 +5,4 @@ NO_OBJ=
FILESDIR= ${SHAREDIR}/bsdconfig/usermgmt
FILES= group.subr group_input.subr user.subr user_input.subr
-beforeinstall:
- mkdir -p ${DESTDIR}${FILESDIR}
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud