diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2005-07-08 14:53:45 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2005-07-08 14:53:45 +0000 |
| commit | 5adb21a6817b7714553eeedb5ec9460bf5e5c4e1 (patch) | |
| tree | 6ddceec3ee4fde47d08084a13762b2e822130b74 /lib | |
| parent | 774812956c28ebf5e91121863a585f0915bde611 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libpam/modules/pam_krb5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpam/modules/pam_krb5/Makefile b/lib/libpam/modules/pam_krb5/Makefile index 8d33284ffef53..a90236c6aca47 100644 --- a/lib/libpam/modules/pam_krb5/Makefile +++ b/lib/libpam/modules/pam_krb5/Makefile @@ -29,6 +29,7 @@ SRCS= pam_krb5.c MAN= pam_krb5.8 .if defined(_FREEFALL_CONFIG) CFLAGS+=-D_FREEFALL_CONFIG +WARNS= 0 .endif DPADD= ${LIBKRB5} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR} ${LIBCRYPT} ${LIBCRYPTO} |
