Makefile revision 1.13
11.4Scgd# from: @(#)Makefile 8.2 (Berkeley) 12/15/93 21.13Slukem# $NetBSD: Makefile,v 1.13 2001/11/05 15:23:31 lukem Exp $ 31.12Sthorpej 41.12Sthorpej.include <bsd.own.mk> 51.13Slukem 61.13SlukemWARNS?= 1 71.8Sthorpej 81.11SthorpejLIB= telnet 91.11SthorpejSRCS= auth.c encrypt.c genget.c getent.c misc.c 101.1Scgd 111.12SthorpejCPPFLAGS+= -DHAS_CGETENT 121.12SthorpejCPPFLAGS+= -I${.CURDIR} 131.12Sthorpej 141.12Sthorpej.if (${MKKERBEROS} != "no") 151.11SthorpejSRCS+= enc_des.c kerberos.c 161.11SthorpejSRCS+= kerberos5.c 171.10Sthorpej 181.11SthorpejCPPFLAGS+= -DENCRYPTION -DAUTHENTICATION 191.11SthorpejCPPFLAGS+= -DKRB4 -DDES_ENCRYPTION 201.11SthorpejCPPFLAGS+= -DKRB5 211.11SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/krb5 221.10SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/kerberosIV 231.12Sthorpej.endif 241.1Scgd 251.1Scgd.include <bsd.lib.mk> 26