blob: f64a61ba202980b8fd13353c7f0e72fa9b9a317c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-configure.ac,v 1.1 2018/06/02 12:53:10 jmcneill Exp $
--- configure.ac.orig 2018-05-04 23:11:25.000000000 +0000
+++ configure.ac
@@ -638,6 +638,9 @@ case "$target_os" in
;;
linux*)
;;
+ netbsd*)
+ OS_URL=http://www.NetBSD.org/
+ ;;
openbsd*)
OS_URL=http://www.openbsd.org/
;;
|