2002-09-18 18:00:33 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 2002/09/18 14:00:41 lukem Exp $
|
2000-07-25 20:32:24 +04:00
|
|
|
|
2002-09-18 18:00:33 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
SSHDIST?= ${NETBSDSRCDIR}/crypto/dist/ssh
|
2000-07-25 20:32:24 +04:00
|
|
|
|
2001-02-07 20:05:31 +03:00
|
|
|
CPPFLAGS+=-I${SSHDIST} -DHAVE_LOGIN_CAP
|
2000-07-25 20:32:24 +04:00
|
|
|
.PATH: ${SSHDIST}
|
|
|
|
|
|
|
|
.if defined(PROG)
|
2000-12-30 17:54:39 +03:00
|
|
|
LIBSSHOBJDIR != cd ${.CURDIR}/../libssh && ${PRINTOBJDIR}
|
2000-07-25 20:32:24 +04:00
|
|
|
LDADD+= -L${LIBSSHOBJDIR} -lssh
|
|
|
|
DPADD+= ${LIBSSHOBJDIR}/libssh.a
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|