summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-09-01 09:59:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-09-01 09:59:41 +0000
commit948bc7f530c1820434664619492f9c6ba2d72776 (patch)
treead6ccfd10c4f740f2e51053e07627c8046ba0cf6
parentf799b4e87302951fe82d5505e042faf61511bb43 (diff)
chainsaw sparc
-rw-r--r--usr.sbin/apm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile
index 99033a90359..6abc167465b 100644
--- a/usr.sbin/apm/Makefile
+++ b/usr.sbin/apm/Makefile
@@ -1,10 +1,9 @@
-# $OpenBSD: Makefile,v 1.15 2016/03/30 06:38:46 jmc Exp $
+# $OpenBSD: Makefile,v 1.16 2016/09/01 09:59:40 deraadt Exp $
.if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \
(${MACHINE} == "loongson") || (${MACHINE} == "macppc") || \
- (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \
- (${MACHINE} == "zaurus")
+ (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus")
SRCS= apm.c apmsubr.c
@@ -19,6 +18,6 @@ NOPROG=yes
.endif
MAN= apm.8
-MANSUBDIR=amd64 i386 loongson macppc sparc sparc64 zaurus
+MANSUBDIR=amd64 i386 loongson macppc sparc64 zaurus
.include <bsd.prog.mk>