mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 15:25:38 -08:00
Enable building wsfontload on arm64 and armv7.
OK deraadt@, kettenis@
This commit is contained in:
parent
0a71812f80
commit
177234f7bc
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2017/01/19 08:06:27 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2020/05/28 20:33:50 fcambus Exp $
|
||||
|
||||
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
|
||||
${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
|
||||
${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \
|
||||
${MACHINE} == "loongson"
|
||||
|
||||
PROG= wsfontload
|
||||
|
Loading…
Reference in New Issue
Block a user