diff options
Diffstat (limited to 'share')
-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 |