Home | History | Annotate | Line # | Download | only in libtelnet
Makefile revision 1.1
      1 #	@(#)Makefile	5.4 (Berkeley) 5/7/91
      2 
      3 LIB=	telnet
      4 SRCS=	auth.c encrypt.c genget.c getent.c gettytab.c misc.c
      5 SRCS+=	kerberos.c enc_des.c
      6 CFLAGS+= -I/usr/include/kerberosIV
      7 
      8 .PATH:  ${.CURDIR}/../../libexec/getty
      9 .include <bsd.lib.mk>
     10 
     11