Remove white space after \ line continuation char.

This commit is contained in:
simonb 2000-07-26 15:16:28 +00:00
parent 66df19f794
commit 9c7e8fa55d

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2000/07/25 18:54:09 thorpej Exp $
# $NetBSD: Makefile,v 1.3 2000/07/26 15:16:28 simonb Exp $
.include <bsd.own.mk>
@ -10,7 +10,7 @@ SUBDIR= libssh ssh sshd ssh-add ssh-keygen ssh-agent scp
distribution:
${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh_config
${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
${SSHDIST}/sshd_config ${DESTDIR}/etc/sshd_config
.else
distribution: