diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-01 10:14:43 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-01 10:14:43 +0000 |
commit | ac9f0e776593f95d36e35e06fc8b58f522d0d05c (patch) | |
tree | c50e6dfe6e0f5e44b1966596cc5dddd83700bceb /usr.sbin | |
parent | 951b79e6a5187766084e9616a9a76a1842f93765 (diff) |
remove sparc
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/apmd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile index 546ca41e596..c68f009dd2c 100644 --- a/usr.sbin/apmd/Makefile +++ b/usr.sbin/apmd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2010/02/28 08:36:36 otto Exp $ +# $OpenBSD: Makefile,v 1.12 2016/09/01 10:14:42 tedu Exp $ .if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \ (${MACHINE} == "loongson") || (${MACHINE} == "macppc") || \ - (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \ + (${MACHINE} == "sparc64") || \ (${MACHINE} == "zaurus") SRCS= apmd.c apmsubr.c @@ -13,6 +13,6 @@ NOPROG=yes .endif MAN= apmd.8 -MANSUBDIR=amd64 i386 loongson macppc sparc sparc64 zaurus +MANSUBDIR=amd64 i386 loongson macppc sparc64 zaurus .include <bsd.prog.mk> |