$NetBSD: patch-ab,v 1.17 2007/03/14 12:29:03 markd Exp $

--- Makefile.orig	2006-08-30 03:51:19.000000000 +1200
+++ Makefile	2007-01-19 15:11:19.000000000 +1300
@@ -31,7 +31,7 @@
 DIRS	=	cups backend berkeley cgi-bin filter locale man monitor \
 		notifier $(PDFTOPS) scheduler systemv test \
 		$(PHPDIR) \
-		conf data doc fonts ppd templates
+		data doc fonts ppd templates
 
 
 #
@@ -91,7 +91,9 @@
 # Install object and target files...
 #
 
-install:	installhdrs
+install:	installcups installconf
+
+installcups:	installhdrs
 	for dir in $(DIRS); do\
 		echo Installing in $$dir... ;\
 		(cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\
@@ -99,6 +101,10 @@
 	echo Installing cups-config script...
 	$(INSTALL_DIR) -m 755 $(BINDIR)
 	$(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
+
+installconf:
+	echo Installing in conf...
+	(cd conf; $(MAKE) $(MFLAGS) install)
 	if test "x$(INITDIR)" != x; then \
 		echo Installing init scripts...; \
 		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \
