diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-05-13 13:47:45 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-05-13 13:47:45 +0000 |
| commit | ed22e27d8a1315950938ff1080b06b31aa0df3bb (patch) | |
| tree | 74ec58d937814ef5ae4b74379961ddfd2a9fc64e /secure/lib/libssh | |
| parent | 2d39807f07592a8d92bd18ab388bd331af84dd66 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 374a391d7b32..410d953a23f5 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -28,7 +28,7 @@ SRCS+= version.c SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c .endif -CFLAGS+= -I${SSHDIR} +CFLAGS+= -I${SSHDIR} -include ssh_namespace.h DPADD= ${LIBZ} LDADD= -lz |
