summaryrefslogtreecommitdiff
path: root/crypto/openssh/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/Makefile.inc')
-rw-r--r--crypto/openssh/Makefile.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/openssh/Makefile.inc b/crypto/openssh/Makefile.inc
deleted file mode 100644
index fddf3da2feb08..0000000000000
--- a/crypto/openssh/Makefile.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-CFLAGS+= -I${.CURDIR}/..
-
-.include <bsd.obj.mk>
-
-.if exists(${.CURDIR}/../lib/${__objdir})
-LDADD+= -L${.CURDIR}/../lib/${__objdir} -lssh
-DPADD+= ${.CURDIR}/../lib/${__objdir}/libssh.a
-.else
-LDADD+= -L${.CURDIR}/../lib -lssh
-DPADD+= ${.CURDIR}/../lib/libssh.a
-.endif