diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-01-14 16:30:22 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-01-14 16:30:22 +0000 |
commit | 56ad5048676847228eda96c19d1abbcb1a64c4d1 (patch) | |
tree | b65f459bf9111de0f83aad38217c6c351234ad9b /etc | |
parent | e66767666ab4688e0b447b5631eb6c60b11d7a9a (diff) | |
download | src-56ad5048676847228eda96c19d1abbcb1a64c4d1.tar.gz src-56ad5048676847228eda96c19d1abbcb1a64c4d1.zip |
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
Notes
Notes:
svn path=/head/; revision=89359
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 86bb60f7c5d9..6267e8db3287 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 \ |