[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libtelnet

Annotation of src/lib/libtelnet/Makefile, Revision 1.11

1.4       cgd         1: #      from: @(#)Makefile      8.2 (Berkeley) 12/15/93
1.11    ! thorpej     2: #      $NetBSD: Makefile,v 1.10 2000/06/20 06:00:34 thorpej Exp $
1.8       thorpej     3:
1.11    ! thorpej     4: LIB=   telnet
        !             5: SRCS=  auth.c encrypt.c genget.c getent.c misc.c
1.1       cgd         6:
1.11    ! thorpej     7: SRCS+= enc_des.c kerberos.c
        !             8: SRCS+= kerberos5.c
1.10      thorpej     9:
1.7       lukem      10: CPPFLAGS+= -DHAS_CGETENT
1.11    ! thorpej    11: CPPFLAGS+= -DENCRYPTION -DAUTHENTICATION
        !            12: CPPFLAGS+= -DKRB4 -DDES_ENCRYPTION
        !            13: CPPFLAGS+= -DKRB5
        !            14: CPPFLAGS+= -I${DESTDIR}/usr/include/krb5
1.10      thorpej    15: CPPFLAGS+= -I${DESTDIR}/usr/include/kerberosIV
1.11    ! thorpej    16: CPPFLAGS+= -I${.CURDIR}
1.1       cgd        17:
                     18: .include <bsd.lib.mk>

CVSweb <webmaster@jp.NetBSD.org>