$NetBSD: patch-ag,v 1.2 2000/01/05 01:10:03 wiz Exp $
--- contrib.mak.orig	Wed Jun  2 15:39:42 1999
+++ contrib.mak	Wed Jun  2 15:40:24 1999
@@ -432,6 +432,9 @@
 
 cdeskjet8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL)
 
+$(GLOBJ)gdevcd8.$(OBJ): $(GLSRC)gdevcd8.c $(PDEVH) $(gdevpcl_h)
+	$(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c
+
 cdj850.dev: $(cdeskjet8_) page.dev
 	$(SETPDEV) cdj850 $(cdeskjet8_)
 
@@ -502,17 +505,17 @@
 ### Note: these drivers were contributed by users.                       ###
 ### For questions about these drivers, please contact                    ###
 ###       Lauri Paatero, lauri.paatero@paatero.pp.fi                     ###
-
-lbp8_=$(GLOBJ)gdevlbp8.$(OBJ)
-lbp8.dev: $(lbp8_) page.dev
-	$(SETPDEV) lbp8 $(lbp8_)
-
-lips3.dev: $(lbp8_) page.dev
-	$(SETPDEV) lips3 $(lbp8_)
-
-$(GLOBJ)gdevlbp8.$(OBJ): $(GLSRC)gdevlbp8.c $(PDEVH)
-	$(GLCC) $(GLO_)gdevlbp8.$(OBJ) $(C_) $(GLSRC)gdevlbp8.c
-
+#
+#lbp8_=$(GLOBJ)gdevlbp8.$(OBJ)
+#lbp8.dev: $(lbp8_) page.dev
+#	$(SETPDEV) lbp8 $(lbp8_)
+#
+#lips3.dev: $(lbp8_) page.dev
+#	$(SETPDEV) lips3 $(lbp8_)
+#
+#$(GLOBJ)gdevlbp8.$(OBJ): $(GLSRC)gdevlbp8.c $(PDEVH)
+#	$(GLCC) $(GLO_)gdevlbp8.$(OBJ) $(C_) $(GLSRC)gdevlbp8.c
+#
 ### ----------- The DEC LN03/LA50/LA70/LA75 printer devices ------------ ###
 ### Note: this driver was contributed by users: please contact           ###
 ###       Ulrich Mueller (ulm@vsnhd1.cern.ch) if you have questions.     ###
