Partially revert r288266: Remove SUBDIR_PARALLEL from kerberos5/lib.

I intended to remove this before committing r288266.  It works but is clearly
wrong and working by accident due to the dependencies listed in the root
Makefile.inc1 file.
This commit is contained in:
Bryan Drewery 2015-10-13 18:52:56 +00:00
parent 9372530827
commit a273d4a08c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289251

View file

@ -7,6 +7,5 @@ SUBDIR= libasn1 libgssapi_krb5 libgssapi_ntlm libgssapi_spnego libhdb \
SUBDIR+= libkafs5 # requires krb_err.h from libkrb5
SUBDIR_DEPEND_libkafs5= libkrb5
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>