diff options
Diffstat (limited to 'secure/Makefile.inc')
| -rw-r--r-- | secure/Makefile.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc deleted file mode 100644 index afe5e9772292..000000000000 --- a/secure/Makefile.inc +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -DISTRIBUTION?=crypto - -TELNETDIR= ${.CURDIR}/../../../crypto/telnet - -.if exists(${.OBJDIR}/../../lib/libtelnet) -TELNETOBJDIR= ${.OBJDIR}/../../lib/libtelnet -.else -TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet -.endif - -.if exists(${.CURDIR}/../../lib/libcrypt/obj) -CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj -.else -CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt -.endif |
