summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/hotplugd/Makefile10
-rw-r--r--usr.sbin/pcidump/Makefile13
2 files changed, 12 insertions, 11 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile
index f8baead33d0..4a46b017b31 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.7 2006/10/14 20:36:40 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 2008/05/13 21:12:43 miod Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "i386" || \
- ${MACHINE} == "hppa" || ${MACHINE} == "macppc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" || \
- ${MACHINE} == "landisk"
+ ${MACHINE} == "hppa" || ${MACHINE} == "landisk" || \
+ ${MACHINE} == "macppc" || ${MACHINE} == "socppc" || \
+ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"
PROG= hotplugd
SRCS= hotplugd.c
@@ -21,6 +21,6 @@ NOPROG= yes
.endif
MAN= hotplugd.8
-MANSUBDIR=alpha amd64 armish i386 hppa macppc sparc64 zaurus landisk
+MANSUBDIR=alpha amd64 armish i386 hppa landisk macppc socppc sparc64 zaurus
.include <bsd.prog.mk>
diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile
index bf1614e4d7d..be030824dc4 100644
--- a/usr.sbin/pcidump/Makefile
+++ b/usr.sbin/pcidump/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2007/10/22 01:23:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2008/05/13 21:12:44 miod Exp $
-.if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \
- (${MACHINE} == "macppc") || (${MACHINE} == "sparc64") || \
- (${MACHINE} == "alpha") || (${MACHINE} == "sgi") || \
- (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
- (${MACHINE} == "armish") || (${MACHINE} == "landisk")
+.if (${MACHINE} == "alpha") || (${MACHINE} == "amd64") || \
+ (${MACHINE} == "armish") || (${MACHINE} == "hppa") || \
+ (${MACHINE} == "hppa64") || (${MACHINE} == "landisk") || \
+ (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
+ (${MACHINE} == "sgi") || (${MACHINE} == "socppc") || \
+ (${MACHINE} == "sparc64")
PROG= pcidump