Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)

Makefile's, fixing concurrent installworld (`make -j17 installworld').

Thanks to:	delphij, emaste
Reviewed by:	delphij
MFC after:	3 days
X-MFC-to:	stable/10, stable/9
This commit is contained in:
Devin Teske
2014-11-04 00:14:38 +00:00
parent 4c8085db66
commit 7431dfd458
39 changed files with 0 additions and 119 deletions
@@ -5,7 +5,4 @@ NO_OBJ=
FILESDIR= ${LIBEXECDIR}/bsdconfig/030.packages/include
FILES= messages.subr
beforeinstall:
mkdir -p ${DESTDIR}${FILESDIR}
.include <bsd.prog.mk>