386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Tue, 25 Feb 1992 18:02:30 +0000 (10:02 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Tue, 25 Feb 1992 18:02:30 +0000 (10:02 -0800)
Work on file usr/src/lib/libtelnet/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/lib/libtelnet/Makefile [new file with mode: 0644]

diff --git a/usr/src/lib/libtelnet/Makefile b/usr/src/lib/libtelnet/Makefile
new file mode 100644 (file)
index 0000000..b3f4ac9
--- /dev/null
@@ -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>
+