summaryrefslogtreecommitdiffstats
path: root/eBones/lib/libtelnet/Makefile
blob: 94f75499080ed2e5fc8496e88db64950d85de695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	From: @(#)Makefile	8.2 (Berkeley) 12/15/93
#	$Id$

LIB=	telnet
SRCS=   encrypt.c genget.c getent.c misc.c

CFLAGS+= -DHAS_CGETENT -DENCRYPTION

.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_EBONES)
CFLAGS+= -DDES_ENCRYPTION -DAUTHENTICATION -DKRB4 -I/usr/include/kerberosIV
SRCS+=  auth.c kerberos.c enc_des.c
LDADD+= -ldes -lkrb
DPADD+= ${LIBDES} ${LIBKRB}
.endif

# Not Yet
#SRCS += spx.c rsaencpwd.c read_password.c

# KRB4_ENCPWD not yet defined
# Used only in krb4encpwd.c and rsaencpwd.c, not yet active
#LDADD+= -ldescrypt

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud