aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_rhosts/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libpam: Don't put man8 in the dev packageLexi Winter2025-11-101-3/+3
| | | | | | | | | | | | These are user-facing manpages, but were installed in the runtime-dev package since the PAM modules use bsd.lib.mk. Use MANNODEV instead of MAN to put them in the base runtime package instead. Fixes: 031e711647c3 ("packages: Install development manpages in the -dev package") MFC after: 3 days Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53601
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* style.Makefile(5) policeDavid E. O'Brien2003-03-091-3/+3
| | | | | | | | | (I've tried to keep to the spirit of the original formatting) Reviewed by: des Notes: svn path=/head/; revision=112044
* Add a pam_rhosts module, loosely based on code submitted by Danny Braniss.Dag-Erling Smørgrav2002-04-121-0/+7
Submitted by: Danny Braniss <danny@cs.huji.ac.il> Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94551