diff options
author | des <des@FreeBSD.org> | 2002-01-12 14:03:12 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-01-12 14:03:12 +0000 |
commit | 7789b174cdc1f0289a9f205c6cc7a36c18aae576 (patch) | |
tree | da8e7c2b62bcc24d8c1ffbf197b86d644f95373a /etc | |
parent | f37394be479a07dba3065dbda4880601c37964ce (diff) | |
download | FreeBSD-src-7789b174cdc1f0289a9f205c6cc7a36c18aae576.zip FreeBSD-src-7789b174cdc1f0289a9f205c6cc7a36c18aae576.tar.gz |
Switch over to /etc/pam.d/.
Sponsored by: DARPA / NAI Labs
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/Makefile b/etc/Makefile index 02b7439..86bb60f 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -23,10 +23,6 @@ BIN1= amd.map apmd.conf auth.conf \ ${.CURDIR}/../usr.bin/mail/misc/mail.rc \ ${.CURDIR}/../usr.bin/locate/locate/locate.rc -.if !defined(USE_PAM_D) -BIN1+= pam.conf -.endif - .if !defined(NO_I4B) BIN1+= rc.isdn .endif @@ -83,9 +79,7 @@ distribution: ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \ ( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \ pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; ) -.if defined(USE_PAM_D) ( cd ${.CURDIR}/pam.d; ${MAKE} install ) -.endif .if !defined(NO_I4B) ( cd ${.CURDIR}/isdn; ${MAKE} install ) .endif |