2001-02-07 20:05:31 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.5 2001/02/07 17:05:36 itojun Exp $
|
2000-07-25 20:32:24 +04:00
|
|
|
|
2000-09-29 02:20:58 +04:00
|
|
|
SSHDIST?= ${.CURDIR}/../../../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
|