summaryrefslogtreecommitdiff
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
commit2e61cbb7f50878e738849ea4384118c13733f09c (patch)
treee87cf98a8f654158f3ba922ed4d31607b79c4944 /secure/Makefile.inc
parent76b5366091f76c9bc73570149ef5055648fc2c39 (diff)
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
deleted file mode 100644
index 984887cac7f5..000000000000
--- a/secure/Makefile.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id$
-
-DISTRIBUTION=des
-
-.if exists(${.CURDIR}/../../lib/libcrypt/obj)
-CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
-.else
-CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
-.endif