diff options
Diffstat (limited to 'print/pkfonts400')
-rw-r--r-- | print/pkfonts400/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/pkfonts400/Makefile b/print/pkfonts400/Makefile index 871a20dc24a3..f390622c372f 100644 --- a/print/pkfonts400/Makefile +++ b/print/pkfonts400/Makefile @@ -3,10 +3,12 @@ # Date created: 06 Nov 1998 # Whom: Satoshi Asami <asami@freebsd.org> # -# $Id: Makefile,v 1.2 1998/11/08 09:37:05 asami Exp $ +# $Id: Makefile,v 1.3 1998/12/01 03:06:38 asami Exp $ # RESOLUTION= 400 MASTERDIR= ${.CURDIR}/../pkfonts300 +BROKEN= 'fetch' + .include "${MASTERDIR}/Makefile" |