diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-01-12 14:03:12 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-01-12 14:03:12 +0000 |
| commit | 070328710492642a1620de8a25082ff3e2c33e91 (patch) | |
| tree | da8e7c2b62bcc24d8c1ffbf197b86d644f95373a /etc/Makefile | |
| parent | 84437855b42cf5859b41d8c97e6c141d0d3c608f (diff) | |
Notes
Diffstat (limited to 'etc/Makefile')
| -rw-r--r-- | etc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/Makefile b/etc/Makefile index 02b7439df8ce..86bb60f7c5d9 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 |
