Makefile revision 1.17
11.4Scgd# from: @(#)Makefile 8.2 (Berkeley) 12/15/93 21.17Sitojun# $NetBSD: Makefile,v 1.17 2003/07/16 19:35:34 itojun Exp $ 31.17Sitojun 41.17SitojunNOPIC= # defined 51.17SitojunNOPROFILE= # defined 61.17SitojunNOLINT= # defined 71.12Sthorpej 81.12Sthorpej.include <bsd.own.mk> 91.13Slukem 101.13SlukemWARNS?= 1 111.8Sthorpej 121.11SthorpejLIB= telnet 131.11SthorpejSRCS= auth.c encrypt.c genget.c getent.c misc.c 141.1Scgd 151.12SthorpejCPPFLAGS+= -DHAS_CGETENT 161.12SthorpejCPPFLAGS+= -I${.CURDIR} 171.12Sthorpej 181.15Sthorpej.if (${USE_KERBEROS} != "no") 191.11SthorpejSRCS+= enc_des.c kerberos.c 201.11SthorpejSRCS+= kerberos5.c 211.10Sthorpej 221.11SthorpejCPPFLAGS+= -DENCRYPTION -DAUTHENTICATION 231.11SthorpejCPPFLAGS+= -DKRB4 -DDES_ENCRYPTION 241.11SthorpejCPPFLAGS+= -DKRB5 251.11SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/krb5 261.10SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/kerberosIV 271.12Sthorpej.endif 281.17Sitojun 291.17Sitojunlibinstall:: 301.1Scgd 311.1Scgd.include <bsd.lib.mk> 32