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/usr.bin/scp | |
| parent | 2d39807f07592a8d92bd18ab388bd331af84dd66 (diff) | |
Notes
Diffstat (limited to 'secure/usr.bin/scp')
| -rw-r--r-- | secure/usr.bin/scp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/scp/Makefile b/secure/usr.bin/scp/Makefile index d6d5abafc3837..e6bb501dd6495 100644 --- a/secure/usr.bin/scp/Makefile +++ b/secure/usr.bin/scp/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= scp -CFLAGS+=-I${SSHDIR} +CFLAGS+=-I${SSHDIR} -include ssh_namespace.h DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ} LDADD= -lssh -lcrypt -lcrypto -lz |
