diff options
author | des <des@FreeBSD.org> | 2002-01-14 16:30:22 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-01-14 16:30:22 +0000 |
commit | 13389dedd6c7a61284d41443537cbcc969ede2d5 (patch) | |
tree | b65f459bf9111de0f83aad38217c6c351234ad9b /etc/Makefile | |
parent | 076ddf4e6b5cd74dbd9cad0a041cf7aef58728e3 (diff) | |
download | FreeBSD-src-13389dedd6c7a61284d41443537cbcc969ede2d5.zip FreeBSD-src-13389dedd6c7a61284d41443537cbcc969ede2d5.tar.gz |
Re-add pam.conf so it will get installed so people who don't know about
pam.d will find out about it by reading pam.conf.
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 86bb60f..6267e8d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -11,7 +11,7 @@ BIN1= amd.map apmd.conf auth.conf \ hosts hosts.allow hosts.equiv hosts.lpd \ inetd.conf login.access login.conf \ motd modems netconfig networks newsyslog.conf \ - phones printcap profile protocols \ + pam.conf phones printcap profile protocols \ rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \ rc.network rc.network6 rc.pccard rc.serial rc.shutdown \ rc.syscons rc.sysctl remote rpc services shells sysctl.conf \ |