diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 00:01:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 00:01:51 +0000 |
commit | 450766661fab1f3d45ec29ad4e91183d4e8be834 (patch) | |
tree | da9cb4f509dc2e1619cc98525235ffc65c6f2c29 /lib | |
parent | f042d412f597bd02480f568d91aa3cb4373027cd (diff) |
System build pieces for armish arch.
Diffstat (limited to 'lib')
-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> |