diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-08 09:37:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-08 09:37:11 +0000 |
commit | fcbd63ca689d807ac215f36b7bf6493f5132c3b3 (patch) | |
tree | 177532f27e64291778df3be16ee21134f48c9053 /print/pkfonts600 | |
parent | 93372b11884ae584184b8574cdf8b05569515c72 (diff) |
Notes
Diffstat (limited to 'print/pkfonts600')
-rw-r--r-- | print/pkfonts600/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/pkfonts600/Makefile b/print/pkfonts600/Makefile index ff96e801b690..17032d315412 100644 --- a/print/pkfonts600/Makefile +++ b/print/pkfonts600/Makefile @@ -3,12 +3,11 @@ # Date created: 06 Nov 1998 # Whom: Satoshi Asami <asami@freebsd.org> # -# $Id$ +# $Id: Makefile,v 1.1 1998/11/07 10:50:04 asami Exp $ # RESOLUTION= 600 FILESDIR= ${.CURDIR}/../pkfonts300/files PKGDIR= ${.CURDIR}/../pkfonts300/pkg -PLIST= ${.CURDIR}/pkg/PLIST .include "${.CURDIR}/../pkfonts300/Makefile" |