blob: c8475aefb3afaeaddfd9c82009abb480ceece073 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ao,v 1.1.1.1 2009/01/08 00:21:00 jmcneill Exp $
--- backends/Makefile.am.orig 2009-01-07 07:54:46.000000000 -0500
+++ backends/Makefile.am
@@ -52,6 +52,10 @@ if BACKEND_TYPE_POLDEK
SUBDIRS += poldek
endif
+if BACKEND_TYPE_PKGSRC
+SUBDIRS += pkgsrc
+endif
+
clean-local :
rm -f *~
|