xref: /openbsd/share/misc/Makefile (revision d25d28bf)
1#	$OpenBSD: Makefile,v 1.15 2016/09/08 02:03:35 bentley Exp $
2#	from: @(#)Makefile	5.13 (Berkeley) 5/7/91
3
4FILES=	airport ascii birthtoken countrycodes \
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