diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 02:02:36 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 02:02:36 +0000 |
| commit | bed8f8b45c6ef369940c41ceaab6c6c4c2ffd5cc (patch) | |
| tree | 4aa0061344738c408af0c6d55368a3d74a57f971 /lib/libtelnet | |
| parent | 174cff9d58a95321d7b5eb36805a76e7b2aaaf67 (diff) | |
Notes
Diffstat (limited to 'lib/libtelnet')
| -rw-r--r-- | lib/libtelnet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 495dd73c5b9c..3578c5e5e06e 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -1,11 +1,11 @@ -# @(#)Makefile 8.2 (Berkeley) 12/15/93 +# From: @(#)Makefile 8.2 (Berkeley) 12/15/93 +# $Id$ LIB= telnet SRCS= auth.c encrypt.c genget.c getent.c misc.c SRCS+= kerberos.c enc_des.c #SRCS+= kerberos5.c -CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DHAS_CGETENT -CFLAGS+= -DKRB4 -DDES_ENCRYPTION -I/usr/include/kerberosIV +CFLAGS+= -DHAS_CGETENT # These are the sources that have encryption stuff in them. CRYPT_SRC= auth.c enc-proto.h enc_des.c encrypt.c |
