summaryrefslogtreecommitdiff
path: root/share/misc/Makefile
blob: e625401e2da4f8f930eb2d68ae2cdfe2f5748f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$OpenBSD: Makefile,v 1.17 2017/05/30 14:52:37 millert Exp $
#	from: @(#)Makefile	5.13 (Berkeley) 5/7/91

FILES=	airport birthtoken countrycodes \
	inter.phone license.template mdoc.template mime.types \
	na.phone scsi_modes usb_hid_usages usb_hid_usages \
	zipcodes 

.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
    (${MACHINE} == "alpha")
SUBDIR=	pcvtfonts
.endif

all clean cleandir depend lint obj tags: _SUBDIRUSE

realinstall:
	cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
	    ${DESTDIR}${BINDIR}/misc

.include <bsd.prog.mk>