diff options
-rw-r--r-- | libexec/login_krb4-or-pwd/Makefile | 4 | ||||
-rw-r--r-- | libexec/login_krb4/Makefile | 4 | ||||
-rw-r--r-- | libexec/login_krb5-or-pwd/Makefile | 4 | ||||
-rw-r--r-- | libexec/login_krb5/Makefile | 4 | ||||
-rw-r--r-- | libexec/telnetd/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/libexec/login_krb4-or-pwd/Makefile b/libexec/login_krb4-or-pwd/Makefile index 3ec626172a1..71d0c834512 100644 --- a/libexec/login_krb4-or-pwd/Makefile +++ b/libexec/login_krb4-or-pwd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/07/02 14:07:06 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2002/03/05 00:09:31 deraadt Exp $ .include <bsd.own.mk> @@ -10,7 +10,7 @@ CFLAGS+=-DPASSWD -Wall -Werror -I${.CURDIR}/../login_passwd .if (${KERBEROS:L} == "yes") SRCS+= login_krb4.c DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBUTIL} -LDADD+= -lkrb -lcrypto -lutil +LDADD+= -lkrb -lcrypto -lutil -ldes CFLAGS+=-DKRB4 .PATH: ${.CURDIR}/../login_passwd ${.CURDIR}/../login_krb4 .else diff --git a/libexec/login_krb4/Makefile b/libexec/login_krb4/Makefile index 413e0a57a63..ddaec72188a 100644 --- a/libexec/login_krb4/Makefile +++ b/libexec/login_krb4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/07/02 14:07:06 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2002/03/05 00:09:31 deraadt Exp $ .include <bsd.own.mk> @@ -11,7 +11,7 @@ CFLAGS+=-Wall -Werror -I${.CURDIR}/../login_passwd .if (${KERBEROS:L} == "yes") SRCS+= login_krb4.c DPADD+= ${LIBKRB} ${LIBCRYPTO} -LDADD+= -lkrb -lcrypto +LDADD+= -lkrb -lcrypto -ldes CFLAGS+=-DKRB4 .endif diff --git a/libexec/login_krb5-or-pwd/Makefile b/libexec/login_krb5-or-pwd/Makefile index 8d4b0582f7b..6456171a1a1 100644 --- a/libexec/login_krb5-or-pwd/Makefile +++ b/libexec/login_krb5-or-pwd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/07/19 18:21:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2002/03/05 00:09:32 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 -lkafs +LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb -lutil -lkafs -ldes CFLAGS+=-DKRB524 -DKRB5 .PATH: ${.CURDIR}/../login_passwd ${.CURDIR}/../login_krb5 .else diff --git a/libexec/login_krb5/Makefile b/libexec/login_krb5/Makefile index f17fb92697d..a57e67f3bcf 100644 --- a/libexec/login_krb5/Makefile +++ b/libexec/login_krb5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2001/07/19 18:21:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2002/03/05 00:09:32 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 -lkafs +LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb -lkafs -ldes CFLAGS+=-DKRB524 -DKRB5 .endif diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index fa2a2c40355..af282f0b207 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2001/09/11 01:15:31 jason Exp $ +# $OpenBSD: Makefile,v 1.17 2002/03/05 00:09:32 deraadt Exp $ # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 # $NetBSD: Makefile,v 1.6 1996/02/24 01:22:12 jtk Exp $ @@ -20,7 +20,7 @@ LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkafs .if (${KERBEROS:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 -I${.CURDIR}/../../lib -LDADD+= -lkrb -lcrypto +LDADD+= -lkrb -lcrypto -ldes DPADD+= ${LIBDES} ${LIBKRB} .endif |