Get the build ordering right for all and dependall.
This commit is contained in:
parent
770f6e2ae3
commit
3a3ed5c9db
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.5 2000/08/02 17:04:23 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2000/09/23 06:18:08 simonb Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -7,6 +7,10 @@
|
||||
.if defined(SSHDIST)
|
||||
SUBDIR= libssh ssh sshd ssh-add ssh-keygen ssh-agent scp
|
||||
|
||||
all-ssh all-sshd all-ssh-add all-ssh-keygen all-ssh-agent all-scp: all-libssh
|
||||
dependall-ssh dependall-sshd dependall-ssh-add dependall-ssh-keygen \
|
||||
dependall-ssh-agent dependall-scp: dependall-libssh
|
||||
|
||||
distribution:
|
||||
${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
|
||||
${SSHDIST}/ssh.conf ${DESTDIR}/etc/ssh.conf
|
||||
|
Loading…
Reference in New Issue
Block a user