From bb4ed2b8b508a8ee7f37681c4071f6001b0a2247 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 19 May 2009 13:48:34 +0000 Subject: [PATCH] - just like a2ps, build both letter and a4 FLAVORS for psutils --- print/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/print/Makefile b/print/Makefile index 7f50aaa972e..9ac1ee40ff1 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.79 2009/03/17 18:38:22 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.80 2009/05/19 13:48:34 ajacoutot Exp $ SUBDIR += a2ps,a4 SUBDIR += a2ps,letter @@ -54,7 +54,8 @@ SUBDIR += ps2eps SUBDIR += pscal SUBDIR += psdim - SUBDIR += psutils + SUBDIR += psutils,a4 + SUBDIR += psutils,letter SUBDIR += py-cups SUBDIR += py-reportlab SUBDIR += scribus