diff options
-rw-r--r-- | print/pips-spr800/Makefile | 2 | ||||
-rw-r--r-- | print/pipsg900/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/print/pips-spr800/Makefile b/print/pips-spr800/Makefile index e2cef91..32bc134 100644 --- a/print/pips-spr800/Makefile +++ b/print/pips-spr800/Makefile @@ -13,4 +13,6 @@ PRTYPE= -spr800 PATCH_PRN= PATCH.PRN +BROKEN= Does not compile + .include "${MASTERDIR}/Makefile.pips" diff --git a/print/pipsg900/Makefile b/print/pipsg900/Makefile index db81d71..d9ed82d 100644 --- a/print/pipsg900/Makefile +++ b/print/pipsg900/Makefile @@ -13,4 +13,6 @@ PRTYPE= g900 PATCH_PRN= PATCH.PRN +BROKEN= "Does not compile" + .include "${MASTERDIR}/Makefile.pips" |