diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-11-02 18:48:33 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-11-08 21:24:09 +0000 |
| commit | a0880129a545dbb7ff35b456429b12e55146ef5d (patch) | |
| tree | f7368fdb19c975561af79b01e1a7c9cdaf0a4cec /secure/libexec | |
| parent | d4754d707a1016bbab8cc9c1fe4ef8e1d1d55c23 (diff) | |
Diffstat (limited to 'secure/libexec')
| -rw-r--r-- | secure/libexec/sftp-server/Makefile | 3 | ||||
| -rw-r--r-- | secure/libexec/ssh-keysign/Makefile | 3 | ||||
| -rw-r--r-- | secure/libexec/ssh-pkcs11-helper/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/secure/libexec/sftp-server/Makefile b/secure/libexec/sftp-server/Makefile index 24d675e0cf16..97408d332d34 100644 --- a/secure/libexec/sftp-server/Makefile +++ b/secure/libexec/sftp-server/Makefile @@ -1,12 +1,11 @@ # $FreeBSD$ .include <src.opts.mk> +.include "${SRCTOP}/secure/ssh.mk" PROG= sftp-server SRCS= sftp-server.c sftp-common.c sftp-server-main.c MAN= sftp-server.8 -CFLAGS+=-I${SSHDIR} -include ssh_namespace.h -SRCS+= ssh_namespace.h LIBADD= ssh diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile index e3fc51c66432..72acf1c2d75e 100644 --- a/secure/libexec/ssh-keysign/Makefile +++ b/secure/libexec/ssh-keysign/Makefile @@ -1,12 +1,11 @@ # $FreeBSD$ .include <src.opts.mk> +.include "${SRCTOP}/secure/ssh.mk" PROG= ssh-keysign SRCS= ssh-keysign.c readconf.c uidswap.c MAN= ssh-keysign.8 -CFLAGS+=-I${SSHDIR} -include ssh_namespace.h -SRCS+= ssh_namespace.h BINMODE=4555 LIBADD= ssh diff --git a/secure/libexec/ssh-pkcs11-helper/Makefile b/secure/libexec/ssh-pkcs11-helper/Makefile index 19e114be935d..c4ae4f503197 100644 --- a/secure/libexec/ssh-pkcs11-helper/Makefile +++ b/secure/libexec/ssh-pkcs11-helper/Makefile @@ -1,12 +1,11 @@ # $FreeBSD$ .include <src.opts.mk> +.include "${SRCTOP}/secure/ssh.mk" PROG= ssh-pkcs11-helper SRCS= ssh-pkcs11.c ssh-pkcs11-helper.c MAN= ssh-pkcs11-helper.8 -CFLAGS+=-I${SSHDIR} -include ssh_namespace.h -SRCS+= ssh_namespace.h LIBADD= ssh |
