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