diff options
author | 2006-06-06 00:01:49 +0000 | |
---|---|---|
committer | 2006-06-06 00:01:49 +0000 | |
commit | 5e25adcdaa50848d59aeca2cee908227f31ac4b9 (patch) | |
tree | 60125d84c7702ffd025988503fffeab9236425e3 /lib/libarch | |
parent | Write the words of the mac address in reverse order to fix a MAC problem on (diff) | |
download | wireguard-openbsd-5e25adcdaa50848d59aeca2cee908227f31ac4b9.tar.xz wireguard-openbsd-5e25adcdaa50848d59aeca2cee908227f31ac4b9.zip |
System build pieces for armish arch.
Diffstat (limited to 'lib/libarch')
-rw-r--r-- | lib/libarch/arm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libarch/arm/Makefile b/lib/libarch/arm/Makefile index 21cfe637da6..5bef852a7d4 100644 --- a/lib/libarch/arm/Makefile +++ b/lib/libarch/arm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2005/03/15 20:12:20 drahn Exp $ +# $OpenBSD: Makefile,v 1.3 2006/06/06 00:01:49 drahn Exp $ MAN+= arm_sync_icache.2 arm_drain_writebuf.2 -MANSUBDIR=cats zaurus +MANSUBDIR=armish cats zaurus -.if ${MACHINE} == "cats" || ${MACHINE} == "zaurus" +.if ${MACHINE} == "armish" || ${MACHINE} == "cats" || ${MACHINE} == "zaurus" NOPIC= SRCS+= arm_sync_icache.c arm_drain_writebuf.c .include <bsd.lib.mk> |