jcs's openbsd hax
openbsd
1# $OpenBSD: Makefile,v 1.19 2019/12/21 21:40:00 espie Exp $
2# from: @(#)Makefile 5.13 (Berkeley) 5/7/91
3
4FILES= airport birthtoken countrycodes \
5 inter.phone license.template mdoc.template mime.types \
6 na.phone 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 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>