summaryrefslogtreecommitdiff
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1996-01-01 11:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1996-01-01 11:01:15 +0000
commit26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch)
tree69e72e626f1337094ba2f18cd7fded3ecaa930bf /secure/Makefile.inc
parenta3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff)
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
deleted file mode 100644
index 015770819235..000000000000
--- a/secure/Makefile.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-# $Id: Makefile.inc,v 1.6.4.1 1995/09/16 03:13:19 gibbs Exp $
-
-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
-CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
-.endif