16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
$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 *~
|
|
|