summaryrefslogtreecommitdiffstats
path: root/eBones/Makefile.inc
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-10-26 17:20:52 +0000
committermarkm <markm@FreeBSD.org>1996-10-26 17:20:52 +0000
commit2389c0e613ea4ad0155e725d3ceb2c997a0d3e95 (patch)
treeea4788a781e37dff97f6a4cf0d86698c4106ba7c /eBones/Makefile.inc
parent664237b984c18289c0002ec470b19333e03dbd67 (diff)
downloadFreeBSD-src-2389c0e613ea4ad0155e725d3ceb2c997a0d3e95.zip
FreeBSD-src-2389c0e613ea4ad0155e725d3ceb2c997a0d3e95.tar.gz
First round of moving secure telnet (AKA kerberised telnet) to its new home
in eBones/. Peter has already (ages ago) done the repository copy. These are mainly -Wall cleanups. The makefile changes will follow in a day or so.
Diffstat (limited to 'eBones/Makefile.inc')
-rw-r--r--eBones/Makefile.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/eBones/Makefile.inc b/eBones/Makefile.inc
index 66f5360..53768c0 100644
--- a/eBones/Makefile.inc
+++ b/eBones/Makefile.inc
@@ -1,8 +1,14 @@
# From: @(#)Makefile.inc 5.1 (Berkeley) 6/25/90
-# $Id: Makefile.inc,v 1.11 1996/06/24 04:22:24 jkh Exp $
+# $Id$
DISTRIBUTION= krb
+.if exists(${.CURDIR}/../../lib/libtelnet/obj)
+TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet/obj
+.else
+TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet
+.endif
+
.if exists(${.OBJDIR}/../../../secure/lib/libdes)
DESOBJDIR= ${.OBJDIR}/../../../secure/lib/libdes
.else
OpenPOWER on IntegriCloud