Cross Reference: Makefile
xref: /src/lib/libtelnet/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libtelnet/
Makefile revision 1.33
11.4Scgd#	from: @(#)Makefile	8.2 (Berkeley) 12/15/93
21.33Smrg#	$NetBSD: Makefile,v 1.33 2011/06/20 07:43:58 mrg Exp $
31.28Stls
41.28StlsUSE_FORT?= yes	# network protocol library
51.17Sitojun
61.29SlukemLIBISPRIVATE=	yes
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.21Sdyoung.if (${USE_KERBEROS} != "no")
191.18SitojunSRCS+=	enc_des.c
201.18SitojunCPPFLAGS+= -DENCRYPTION -DAUTHENTICATION
211.18SitojunCPPFLAGS+= -DDES_ENCRYPTION
221.18Sitojun
231.11SthorpejSRCS+=	kerberos5.c
241.11SthorpejCPPFLAGS+= -DKRB5
251.12Sthorpej.endif
261.17Sitojun
271.27Smrg.if ${USE_PAM} != "no" && ${MKCRYPTO} != "no"
281.24SchristosSRCS+=	sra.c pk.c
291.23SchristosCPPFLAGS+= -DSRA
301.23Schristos.endif
311.23Schristos
321.33Smrg.if defined(HAVE_GCC) || defined(HAVE_PCC)
331.26Smrg.for f in auth enc_des kerberos5 pk
341.26SmrgCOPTS.${f}.c+=  -Wno-pointer-sign
351.26Smrg.endfor
361.26Smrg.endif
371.26Smrg
381.1Scgd.include <bsd.lib.mk>
39

Indexes created Thu Jan 15 05:09:36 GMT 2026