search for: 89c7dfd

Displaying 1 result from an estimated 1 matches for "89c7dfd".

Did you mean: 897df8
2016 Jan 19
2
OpenSSH portability & buildsystem fixes
...$(LDFLAGS) $(UNITTESTS_TEST_HOSTKEYS_OBJS) \ + $(CC) -o $@ $(LDFLAGS) $(UNITTESTS_TEST_HOSTKEYS_OBJS) \ regress/unittests/test_helper/libtest_helper.a \ -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) diff --git a/contrib/cygwin/Makefile b/contrib/cygwin/Makefile index a0261f4..89c7dfd 100644 --- a/contrib/cygwin/Makefile +++ b/contrib/cygwin/Makefile @@ -14,8 +14,6 @@ inetdefdir=$(defaultsdir)/inetd.d PRIVSEP_PATH=/var/empty INSTALL=/usr/bin/install -c -DESTDIR= - all: @echo @echo "Use \`make cygwin-postinstall DESTDIR=[package directory]'" diff --git a/de...