Moved some Makefiles around to allow for install of configuration files.
This commit is contained in:
2
crypto/external/bsd/openssh/Makefile
vendored
2
crypto/external/bsd/openssh/Makefile
vendored
@@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.1 2009/06/07 22:38:44 christos Exp $
|
||||
|
||||
SUBDIR= lib .WAIT bin
|
||||
SUBDIR= lib .WAIT bin .WAIT etc
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
8
crypto/external/bsd/openssh/bin/Makefile
vendored
8
crypto/external/bsd/openssh/bin/Makefile
vendored
@@ -9,10 +9,10 @@ SUBDIR= ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
|
||||
ssh-keysign ssh-keyscan sftp ssh-pkcs11-helper
|
||||
|
||||
.PATH: ${SSHDIST}
|
||||
.MADE: moduli
|
||||
CONFIGFILES= ssh_config sshd_config moduli
|
||||
FILESDIR= /etc/ssh
|
||||
FILESDIR_moduli=/etc
|
||||
#.MADE: moduli
|
||||
#CONFIGFILES= ssh_config sshd_config moduli
|
||||
#FILESDIR= /etc/ssh
|
||||
#FILESDIR_moduli=/etc
|
||||
|
||||
.include <bsd.files.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
14
crypto/external/bsd/openssh/etc/Makefile
vendored
Normal file
14
crypto/external/bsd/openssh/etc/Makefile
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# $NetBSD: Makefile,v 1.3 2010/11/21 19:19:21 adam Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SSHDIST?= ${NETBSDSRCDIR}/crypto/external/bsd/openssh/dist
|
||||
|
||||
.PATH: ${SSHDIST}
|
||||
.MADE: moduli
|
||||
FILESDIR=/etc/ssh
|
||||
FILESDIR_moduli=/etc
|
||||
FILES= ssh_config sshd_config moduli
|
||||
|
||||
.include <bsd.files.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
7
crypto/external/bsd/openssh/etc/Makefile.inc
vendored
Normal file
7
crypto/external/bsd/openssh/etc/Makefile.inc
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 2014/10/19 16:30:58 christos Exp $
|
||||
|
||||
CPPFLAGS+=-DWITH_OPENSSL
|
||||
LDADD+= -lssh -lcrypto -lcrypt -lz
|
||||
DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBCRYPT} ${LIBZ}
|
||||
|
||||
.include "${.PARSEDIR}/../Makefile.inc"
|
||||
2
crypto/external/bsd/openssh/lib/Makefile
vendored
2
crypto/external/bsd/openssh/lib/Makefile
vendored
@@ -4,7 +4,7 @@
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
LIB= ssh
|
||||
LIB=ssh
|
||||
|
||||
.if defined(__MINIX)
|
||||
SRCS= ssh_api.c \
|
||||
|
||||
Reference in New Issue
Block a user