mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
This was previously in runtime, because pam_unix uses it and we don't want to pull in the entire yp package as a dependency of runtime. However, we can now use LIB_PACKAGE here to create a yp-lib package to contain the library, which is a much more reasonable dependency. Since libypclnt clearly belongs in the yp package, move it there. This change moves files between packages so, until we have a proper policy on how to handle this in release/stable branches, it should not be MFC'd. MFC after: never Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53600 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| ypclnt.h | ||
| ypclnt_connect.c | ||
| ypclnt_error.c | ||
| ypclnt_free.c | ||
| ypclnt_get.c | ||
| ypclnt_new.c | ||
| ypclnt_passwd.c | ||