diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-02-24 14:29:47 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-02-24 14:29:47 +0000 |
| commit | 511b41d2a18c00a5f0db1a67a87ef8d831b19f2a (patch) | |
| tree | c90ea5392aa03e7619696143bde781f2bf5c0dff /crypto/openssh/Makefile.inc | |
Notes
Diffstat (limited to 'crypto/openssh/Makefile.inc')
| -rw-r--r-- | crypto/openssh/Makefile.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/openssh/Makefile.inc b/crypto/openssh/Makefile.inc new file mode 100644 index 000000000000..fddf3da2feb0 --- /dev/null +++ b/crypto/openssh/Makefile.inc @@ -0,0 +1,11 @@ +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 |
