Home | History | Annotate | Line # | Download | only in libtelnet
Makefile revision 1.8
      1  1.4      cgd #	from: @(#)Makefile	8.2 (Berkeley) 12/15/93
      2  1.8  thorpej #	$NetBSD: Makefile,v 1.8 1999/07/12 22:05:42 thorpej Exp $
      3  1.8  thorpej 
      4  1.8  thorpej SRCTOP=	../..
      5  1.8  thorpej .include <bsd.crypto.mk>
      6  1.1      cgd 
      7  1.1      cgd LIB=	telnet
      8  1.4      cgd SRCS=	auth.c encrypt.c genget.c getent.c misc.c
      9  1.7    lukem CPPFLAGS+= -DHAS_CGETENT
     10  1.4      cgd 
     11  1.8  thorpej .if defined(CRYPTOPATH)
     12  1.8  thorpej .include "${CRYPTOPATH}/lib/libtelnet/Makefile.frag"
     13  1.8  thorpej .endif
     14  1.1      cgd 
     15  1.1      cgd .include <bsd.lib.mk>
     16