diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:11:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:11:06 +0000 |
commit | e6336385211973e97a722099ac85b6d1fcc3d611 (patch) | |
tree | cca6bc641df26db3f4f1e8943fab8f52e81d2fc5 /print/pipsg900 | |
parent | 1acc6df893ebcb1c58eca97a8a29b78db520ca51 (diff) |
Notes
Diffstat (limited to 'print/pipsg900')
-rw-r--r-- | print/pipsg900/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/pipsg900/Makefile b/print/pipsg900/Makefile index db81d71b57f7..d9ed82d03170 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" |