diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-16 19:10:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-16 19:10:15 +0000 |
commit | 4db30cb4642a4ccd91755e50166b9a2a9771af45 (patch) | |
tree | 71408f8b86b6dc9aee7dc5178d5272dcaea12778 /usr.bin/telnet/Makefile | |
parent | b3e3ead648e88382123d02efd4effdcb426d6431 (diff) |
some minor DPADD changes
Diffstat (limited to 'usr.bin/telnet/Makefile')
-rw-r--r-- | usr.bin/telnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index d6001abb1a7..8a02f5e5fb1 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2003/07/15 19:02:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.22 2003/07/16 19:10:14 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -48,8 +48,8 @@ SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \ .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -DDES_ENCRYPTION -LDADD+= -lkrb5 -lasn1 -lcrypto -ldes DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} ${LIBDES} +LDADD+= -lkrb5 -lasn1 -lcrypto -ldes SRCS+= kerberos5.c enc_des.c .endif |