diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-10-13 18:52:56 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-10-13 18:52:56 +0000 |
commit | 0e93f4a2a9c11b7b1195726c11fd94e760b33632 (patch) | |
tree | abb36b2cbf8434aa821f944e1e8ceaba55b4c8a0 /kerberos5 | |
parent | b61741da4b7949c5846381d7da5845da02ae79ac (diff) | |
download | FreeBSD-src-0e93f4a2a9c11b7b1195726c11fd94e760b33632.zip FreeBSD-src-0e93f4a2a9c11b7b1195726c11fd94e760b33632.tar.gz |
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.
Diffstat (limited to 'kerberos5')
-rw-r--r-- | kerberos5/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kerberos5/lib/Makefile b/kerberos5/lib/Makefile index 3c03204..8d661e0 100644 --- a/kerberos5/lib/Makefile +++ b/kerberos5/lib/Makefile @@ -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> |