diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2017-01-19 08:06:28 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2017-01-19 08:06:28 +0000 |
commit | 7f43e5a4668f653e527ae3d4aac2575afd33f172 (patch) | |
tree | c3c2f5b0031d9ec4e5b1368f6538abf966b2123a /usr.sbin | |
parent | 3add49b6225e25235fc18772f10b3627d14b8c84 (diff) |
Enable building wsfontload on Loongson.
OK visa@, mpi@, deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile index 9e5c4d706ff..476b3cb6875 100644 --- a/usr.sbin/wsfontload/Makefile +++ b/usr.sbin/wsfontload/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.15 2016/09/03 13:37:46 guenther Exp $ +# $OpenBSD: Makefile,v 1.16 2017/01/19 08:06:27 fcambus Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "alpha" || ${MACHINE} == "hppa" + ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ + ${MACHINE} == "loongson" PROG= wsfontload SRCS= wsfontload.c |