From: William F. Jolitz Date: Tue, 25 Feb 1992 18:02:30 +0000 (-0800) Subject: 386BSD 0.0 development X-Git-Tag: 386BSD-0.0~86 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/90141d2f24e142f4a02a3a0b143dbb2983f8697c 386BSD 0.0 development Work on file usr/src/lib/libtelnet/Makefile Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.0/src --- diff --git a/usr/src/lib/libtelnet/Makefile b/usr/src/lib/libtelnet/Makefile new file mode 100644 index 0000000000..b3f4ac9acd --- /dev/null +++ b/usr/src/lib/libtelnet/Makefile @@ -0,0 +1,10 @@ +# @(#)Makefile 5.4 (Berkeley) 5/7/91 + +LIB= telnet +SRCS= auth.c encrypt.c genget.c getent.c gettytab.c misc.c +SRCS+= kerberos.c enc_des.c +CFLAGS+= -I/usr/include/kerberosIV + +.PATH: ${.CURDIR}/../../libexec/getty +.include <386bsd.lib.mk> +