hello.
i'm having the same problems that this gentleman had.
> On Sun, 7 May 2000, Noc wrote:
> > And if we tried to run make we receive:
> > Makefile:3: *** missing separator. Stop.
it hasn't worked with "make distribution", either.
any suggestions?
and if you could cc: any replies, thank you. i'm not subscribed to the
list.
platform : SuSE linux, 6.4
thanks
--
sc
this is what the makefile looks like, minus whatever line-breaks that
might be added by netscape.
# $OpenBSD: Makefile,v 1.6 2000/08/31 21:52:23 markus Exp $
.include <bsd.own.mk>
SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server
distribution:
install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
${DESTDIR}/etc/ssh_config
install -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
${DESTDIR}/etc/sshd_config
.include <bsd.subdir.mk>