diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-19 18:18:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-19 18:18:54 +0000 |
commit | 70810ccc2cf07c7674fb1fcfb2a85d2292ec6ed6 (patch) | |
tree | b9a926a05a52388009668099c04ca09ca2489717 /share/misc | |
parent | 8903d86af0a16a18c1c8dffcdc258195f2d4453b (diff) |
install pcvt fonts for amd64, alpha, and cats too; mickey ok, from pr3988
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index 747298f033b..4c3b4c7a592 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.9 2003/06/03 18:26:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2004/11/19 18:18:53 deraadt Exp $ # from: @(#)Makefile 5.13 (Berkeley) 5/7/91 FILES= airport ascii birthtoken countrycodes eqnchar getopt \ inter.phone license.template man.template mdoc.template \ na.phone operator scsi_modes usb_hid_usages usb_hid_usages \ zipcodes -.if ${MACHINE} == "i386" + +.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ + (${MACHINE} == "alpha") || (${MACHINE} == "cats") SUBDIR= pcvtfonts .endif |