1 1.4 cgd # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 2 1.11 thorpej # $NetBSD: Makefile,v 1.11 2000/06/22 06:47:42 thorpej Exp $ 3 1.8 thorpej 4 1.11 thorpej LIB= telnet 5 1.11 thorpej SRCS= auth.c encrypt.c genget.c getent.c misc.c 6 1.1 cgd 7 1.11 thorpej SRCS+= enc_des.c kerberos.c 8 1.11 thorpej SRCS+= kerberos5.c 9 1.10 thorpej 10 1.7 lukem CPPFLAGS+= -DHAS_CGETENT 11 1.11 thorpej CPPFLAGS+= -DENCRYPTION -DAUTHENTICATION 12 1.11 thorpej CPPFLAGS+= -DKRB4 -DDES_ENCRYPTION 13 1.11 thorpej CPPFLAGS+= -DKRB5 14 1.11 thorpej CPPFLAGS+= -I${DESTDIR}/usr/include/krb5 15 1.10 thorpej CPPFLAGS+= -I${DESTDIR}/usr/include/kerberosIV 16 1.11 thorpej CPPFLAGS+= -I${.CURDIR} 17 1.1 cgd 18 1.1 cgd .include <bsd.lib.mk> 19