Files
src/krb5/Makefile
T
Lexi Winter ce9c325a2e krb5: Build pkgconfig files with libraries
For various reasons, trying to build 32-bit compatibility PCFILES
outside of a directory which is not a library doesn't work. Add a
new krb5/Makefile.pc with the build rule for .pc.in.pc, and use
this to build each pc file along with the library it's associated
with.

This means we automatically get 32-bit pcfiles in /usr/lib32, and
is arguably more correct anyway since if we don't build a library
for some reason, we also won't build its pcfiles.

Reviewed by:	des
Differential Revision:	https://reviews.freebsd.org/D51986
2025-08-18 19:57:59 +01:00

8 lines
129 B
Makefile

SUBDIR= util .WAIT \
include .WAIT \
lib .WAIT\
plugins libexec usr.bin usr.sbin
# SUBDIR_PARALLEL=
.include <bsd.subdir.mk>