Remove references to TELNET*.

This commit is contained in:
markm 1996-11-07 14:41:20 +00:00
parent 3c0a53e417
commit fc40bcb55d

View File

@ -1,13 +1,7 @@
# $Id: Makefile.inc,v 1.6 1995/05/11 22:07:49 jkh Exp $
# $Id$
DISTRIBUTION=des
.if exists(${.CURDIR}/../../lib/libtelnet/obj)
TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet/obj
.else
TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet
.endif
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
.else