1 1.1 christos # $FreeBSD: src/etc/pam.d/Makefile,v 1.11 2004/10/24 15:32:24 ru Exp $ 2 1.1 christos 3 1.1 christos NOOBJ= 4 1.1 christos FILES= README ftpd gdm imap kde login other passwd pop3 \ 5 1.1 christos rexecd rsh sshd su system telnetd xdm 6 1.1 christos FILESDIR= /etc/pam.d 7 1.1 christos FILESMODE= 644 8 1.1 christos FILESMODE_README= 444 9 1.1 christos LINKS= ${FILESDIR}/ftpd ${FILESDIR}/ftp 10 1.1 christos 11 1.1 christos .include <bsd.prog.mk> 12