mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove references to TELNET*.
This commit is contained in:
parent
f038904906
commit
846c5a6cb7
1 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue