diff options
Diffstat (limited to 'security/openssh-portable/files/batch.patch')
-rw-r--r-- | security/openssh-portable/files/batch.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openssh-portable/files/batch.patch b/security/openssh-portable/files/batch.patch new file mode 100644 index 000000000000..3dc880149595 --- /dev/null +++ b/security/openssh-portable/files/batch.patch @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Nov 12 00:34:23 2001 ++++ Makefile.in Sun Dec 2 07:45:09 2001 +@@ -176,7 +176,7 @@ + autoreconf + (cd scard && $(MAKE) -f Makefile.in distprep) + +-install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key ++install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files + install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files + + scard-install: |