1 1.4 cgd # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 2 1.17 itojun # $NetBSD: Makefile,v 1.17 2003/07/16 19:35:34 itojun Exp $ 3 1.17 itojun 4 1.17 itojun NOPIC= # defined 5 1.17 itojun NOPROFILE= # defined 6 1.17 itojun NOLINT= # defined 7 1.12 thorpej 8 1.12 thorpej .include <bsd.own.mk> 9 1.13 lukem 10 1.13 lukem WARNS?= 1 11 1.8 thorpej 12 1.11 thorpej LIB= telnet 13 1.11 thorpej SRCS= auth.c encrypt.c genget.c getent.c misc.c 14 1.1 cgd 15 1.12 thorpej CPPFLAGS+= -DHAS_CGETENT 16 1.12 thorpej CPPFLAGS+= -I${.CURDIR} 17 1.12 thorpej 18 1.15 thorpej .if (${USE_KERBEROS} != "no") 19 1.11 thorpej SRCS+= enc_des.c kerberos.c 20 1.11 thorpej SRCS+= kerberos5.c 21 1.10 thorpej 22 1.11 thorpej CPPFLAGS+= -DENCRYPTION -DAUTHENTICATION 23 1.11 thorpej CPPFLAGS+= -DKRB4 -DDES_ENCRYPTION 24 1.11 thorpej CPPFLAGS+= -DKRB5 25 1.11 thorpej CPPFLAGS+= -I${DESTDIR}/usr/include/krb5 26 1.10 thorpej CPPFLAGS+= -I${DESTDIR}/usr/include/kerberosIV 27 1.12 thorpej .endif 28 1.17 itojun 29 1.17 itojun libinstall:: 30 1.1 cgd 31 1.1 cgd .include <bsd.lib.mk> 32