ee04d88971
target) instead of using home-grown 'distribution' targets or using FILES with the 'install' target. Add some etc/ subdir Makefiles where appropriate. XXX: some of etc/Makefile install-etc-files could be converted to CONFIGFILES.
18 lines
400 B
Makefile
18 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.19 2004/05/16 09:53:10 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SSHDIST?= ${NETBSDSRCDIR}/crypto/dist/ssh
|
|
|
|
SUBDIR= libssh .WAIT ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
|
|
ssh-keysign ssh-keyscan sftp
|
|
#SUBDIR+=scard
|
|
|
|
.PATH: ${SSHDIST}
|
|
CONFIGFILES= ssh_config sshd_config moduli
|
|
FILESDIR= /etc/ssh
|
|
FILESDIR_moduli=/etc
|
|
|
|
.include <bsd.files.mk>
|
|
.include <bsd.subdir.mk>
|