mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 06:57:58 -04:00
22 lines
395 B
Plaintext
22 lines
395 B
Plaintext
$NetBSD: patch-ac,v 1.3 2014/08/17 15:59:07 wiz Exp $
|
|
|
|
Add backends for NetBSD and OpenBSD.
|
|
|
|
--- tools/Makefile.am.orig 2008-02-13 03:46:39.000000000 +0000
|
|
+++ tools/Makefile.am
|
|
@@ -18,6 +18,14 @@ if CK_COMPILE_SOLARIS
|
|
SUBDIRS += solaris
|
|
endif
|
|
|
|
+if CK_COMPILE_NETBSD
|
|
+SUBDIRS += freebsd
|
|
+endif
|
|
+
|
|
+if CK_COMPILE_OPENBSD
|
|
+SUBDIRS += freebsd
|
|
+endif
|
|
+
|
|
DIST_SUBDIRS = \
|
|
linux \
|
|
freebsd \
|