aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin/sshd/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2006-05-13 13:47:45 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2006-05-13 13:47:45 +0000
commited22e27d8a1315950938ff1080b06b31aa0df3bb (patch)
tree74ec58d937814ef5ae4b74379961ddfd2a9fc64e /secure/usr.sbin/sshd/Makefile
parent2d39807f07592a8d92bd18ab388bd331af84dd66 (diff)
Notes
Diffstat (limited to 'secure/usr.sbin/sshd/Makefile')
-rw-r--r--secure/usr.sbin/sshd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 756750543431..2ae483f448fb 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -20,7 +20,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
# gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
MAN= sshd.8 sshd_config.5
-CFLAGS+=-I${SSHDIR}
+CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM}