1# $OpenBSD: Makefile,v 1.13 2014/08/25 14:29:49 reyk Exp $ 2# from: @(#)Makefile 5.13 (Berkeley) 5/7/91 3 4FILES= airport ascii birthtoken countrycodes eqnchar getopt \ 5 inter.phone license.template mdoc.template mime.types \ 6 na.phone operator scsi_modes usb_hid_usages usb_hid_usages \ 7 zipcodes 8 9.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ 10 (${MACHINE} == "alpha") 11SUBDIR= pcvtfonts 12.endif 13 14all clean cleandir depend lint obj tags: _SUBDIRUSE 15 16realinstall: 17 cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ 18 ${DESTDIR}${BINDIR}/misc 19 20.include <bsd.prog.mk> 21