aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-11-07 14:41:20 +0000
committerMark Murray <markm@FreeBSD.org>1996-11-07 14:41:20 +0000
commit846c5a6cb7bc5bdf3cdab08f5f9c3cd399540c3a (patch)
tree9f2731f5007492c75a08ede2032bf4289e7575f2 /secure
parentf0389049064b0b206d6b6ecf48a69615ed3b5c75 (diff)
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/Makefile.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
index 65ea36bbfb8b..984887cac7f5 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -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