c3d7aa730d
than duplicate it. This requires OpenPAM Dianthus, which was committed two weeks ago; installing these files on a system running a world older than June 1st, 2003 will cause login(1) and su(1) to fail.
12 lines
245 B
Makefile
12 lines
245 B
Makefile
# $FreeBSD$
|
|
|
|
NOOBJ= noobj
|
|
FILES= README ftpd gdm imap kde login other passwd pop3 \
|
|
rexecd rsh sshd su system telnetd xdm
|
|
FILESDIR= /etc/pam.d
|
|
FILESMODE= 644
|
|
FILESMODE_README= 444
|
|
LINKS= ${FILESDIR}/ftpd ${FILESDIR}/ftp
|
|
|
|
.include <bsd.prog.mk>
|