diff options
author | 2007-08-01 21:26:23 +0000 | |
---|---|---|
committer | 2007-08-01 21:26:23 +0000 | |
commit | 01d1f1b78c10968687cc87bd18ff24645fc55a9f (patch) | |
tree | 367920d1fccdcd9f515ade86a1180da189ecc50f /lib | |
parent | Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmware (diff) | |
download | wireguard-openbsd-01d1f1b78c10968687cc87bd18ff24645fc55a9f.tar.xz wireguard-openbsd-01d1f1b78c10968687cc87bd18ff24645fc55a9f.zip |
More cats stuff leaving the boat to join the boat anchor.
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 5bef852a7d4..b2025bf7648 100644 --- a/lib/libarch/arm/Makefile +++ b/lib/libarch/arm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2006/06/06 00:01:49 drahn Exp $ +# $OpenBSD: Makefile,v 1.4 2007/08/01 21:26:23 miod Exp $ MAN+= arm_sync_icache.2 arm_drain_writebuf.2 -MANSUBDIR=armish cats zaurus +MANSUBDIR=armish zaurus -.if ${MACHINE} == "armish" || ${MACHINE} == "cats" || ${MACHINE} == "zaurus" +.if ${MACHINE} == "armish" || ${MACHINE} == "zaurus" NOPIC= SRCS+= arm_sync_icache.c arm_drain_writebuf.c .include <bsd.lib.mk> |