$NetBSD: patch-ab,v 1.16 2003/05/28 02:34:00 jlam Exp $

--- Makefile.orig	Thu Mar  6 11:36:00 2003
+++ Makefile
@@ -67,13 +67,13 @@
 # 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;\
 	done
-	echo Installing in conf...
-	(cd conf; $(MAKE) $(MFLAGS) install)
 	echo Installing in data...
 	(cd data; $(MAKE) $(MFLAGS) install)
 	echo Installing in doc...
@@ -89,6 +89,13 @@
 	echo Installing cups-config script...
 	$(INSTALL_DIR) $(BINDIR)
 	$(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
+
+#
+# Install config files...
+#
+installconf:
+	echo Installing in conf...
+	(cd conf; $(MAKE) $(MFLAGS) install)
 	echo Installing startup script...
 	if test "x$(INITDIR)" != "x"; then \
 		$(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/init.d; \
