diff options
-rw-r--r-- | libexec/login_krb5-or-pwd/Makefile | 4 | ||||
-rw-r--r-- | libexec/login_krb5/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/passwd/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libexec/login_krb5-or-pwd/Makefile b/libexec/login_krb5-or-pwd/Makefile index 21e837b8c12..8d4b0582f7b 100644 --- a/libexec/login_krb5-or-pwd/Makefile +++ b/libexec/login_krb5-or-pwd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2001/07/02 14:07:07 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2001/07/19 18:21:50 deraadt Exp $ .include <bsd.own.mk> @@ -10,7 +10,7 @@ CFLAGS+=-DPASSWD -Wall -Werror -I${.CURDIR}/../login_passwd .if (${KERBEROS:L} == "yes") SRCS+= login_krb5.c DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBUTIL} -LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb -lutil +LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb -lutil -lkafs CFLAGS+=-DKRB524 -DKRB5 .PATH: ${.CURDIR}/../login_passwd ${.CURDIR}/../login_krb5 .else diff --git a/libexec/login_krb5/Makefile b/libexec/login_krb5/Makefile index 50c821da057..f17fb92697d 100644 --- a/libexec/login_krb5/Makefile +++ b/libexec/login_krb5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/07/02 14:07:07 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2001/07/19 18:21:50 deraadt Exp $ .include <bsd.own.mk> @@ -11,7 +11,7 @@ CFLAGS+=-Wall -Werror -I${.CURDIR}/../login_passwd .if (${KERBEROS:L} == "yes") SRCS+= login_krb5.c DPADD+= ${LIBKRB} ${LIBCRYPTO} -LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb +LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb -lkafs CFLAGS+=-DKRB524 -DKRB5 .endif diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 7beb5658556..9a067dc431c 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2001/06/26 20:16:43 hin Exp $ +# $OpenBSD: Makefile,v 1.23 2001/07/19 18:21:50 deraadt Exp $ .include <bsd.own.mk> @@ -28,7 +28,7 @@ LDADD+= -lkrb5 -lcrypto -lasn1 SRCS+= new_pwd.c krb_passwd.c des_rw.c CFLAGS+= -DKERBEROS DPADD+= ${LIBKRB} ${LIBDES} -LDADD+= -lkadm -lkrb -ldes -lcom_err +LDADD+= -lkadm -lkrb -ldes -lcom_err -lkafs .endif BINMODE=4555 |