Makefile for pam.d configuration files.

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
Dag-Erling Smørgrav 2001-12-06 13:16:47 +00:00
parent a45af0e2b0
commit c5a332f021

24
etc/pam.d/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PAMD =
PAMD += README
PAMD += csshd
PAMD += ftp
PAMD += ftpd
PAMD += gdm
PAMD += imap
PAMD += kde
PAMD += login
PAMD += other
PAMD += pop3
PAMD += rsh
PAMD += sshd
PAMD += su
PAMD += telnetd
PAMD += xdm
PAMD += xserver
install:
(cd ${.CURDIR} && \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${PAMD} \
${DESTDIR}/etc/pam.d)