blob: 89c8b992756fa00114aa76e3fc7484aa175c7e69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aa,v 1.12 2003/07/28 14:38:05 adam Exp $
--- Makefile.orig 2003-07-28 14:34:21.000000000 +0200
+++ Makefile 2003-07-28 14:34:21.000000000 +0200
@@ -419,9 +419,9 @@
@echo + In order to rectify this problem, you MUST build with:
@echo ++ SSLTYPE=$(SSLTYPE).nopwd
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- @echo
- @echo Do you want to continue this build anyway? Type y or n please:
- @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) exit 1;; esac'
+# @echo
+# @echo Do you want to continue this build anyway? Type y or n please:
+# @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) exit 1;; esac'
sslnone:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|