Cross Reference: Makefile
xref: /src/lib/libtelnet/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libtelnet/
Makefile revision 1.24
11.4Scgd#	from: @(#)Makefile	8.2 (Berkeley) 12/15/93
21.24Schristos#	$NetBSD: Makefile,v 1.24 2005/02/19 22:47:10 christos Exp $
31.17Sitojun
41.22SlukemMKPRIVATELIB=	yes
51.12Sthorpej
61.12Sthorpej.include <bsd.own.mk>
71.13Slukem
81.13SlukemWARNS?=	1
91.8Sthorpej
101.11SthorpejLIB=	telnet
111.11SthorpejSRCS=	auth.c encrypt.c genget.c getent.c misc.c
121.1Scgd
131.12SthorpejCPPFLAGS+= -DHAS_CGETENT
141.12SthorpejCPPFLAGS+= -I${.CURDIR}
151.12Sthorpej
161.21Sdyoung.if (${USE_KERBEROS} != "no")
171.18SitojunSRCS+=	enc_des.c
181.18SitojunCPPFLAGS+= -DENCRYPTION -DAUTHENTICATION
191.18SitojunCPPFLAGS+= -DDES_ENCRYPTION
201.18Sitojun
211.18Sitojun.if (${USE_KERBEROS4} != "no")
221.18SitojunSRCS+=	kerberos.c
231.18SitojunCPPFLAGS+= -DKRB4
241.20SitojunCPPFLAGS+= -I${DESTDIR}/usr/include/kerberosIV
251.18Sitojun.endif
261.18Sitojun
271.11SthorpejSRCS+=	kerberos5.c
281.11SthorpejCPPFLAGS+= -DKRB5
291.11SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/krb5
301.12Sthorpej.endif
311.17Sitojun
321.23Schristos.if (${USE_PAM} != "no")
331.24SchristosSRCS+=	sra.c pk.c
341.23SchristosCPPFLAGS+= -DSRA
351.23Schristos.endif
361.23Schristos
371.1Scgd.include <bsd.lib.mk>
38

Indexes created Wed Jan 14 12:09:31 GMT 2026