summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/wsconscfg/Makefile14
-rw-r--r--usr.sbin/wsfontload/Makefile14
2 files changed, 22 insertions, 6 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 51c62d8f9b6..9326e890d43 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,8 +1,16 @@
-# $OpenBSD: Makefile,v 1.1 2000/07/02 01:25:24 mickey Exp $
-# $NetBSD: Makefile,v 1.3 1997/10/18 04:38:06 lukem Exp $
+# $OpenBSD: Makefile,v 1.2 2000/07/02 02:07:10 mickey Exp $
+
+.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa"
PROG= wsconscfg
-MAN= wsconscfg.8
SRCS= wsconscfg.c
+.else
+
+NOPROG=yes
+
+.endif
+
+MAN= wsconscfg.8
+
.include <bsd.prog.mk>
diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile
index 57610c8cba3..053f38031c8 100644
--- a/usr.sbin/wsfontload/Makefile
+++ b/usr.sbin/wsfontload/Makefile
@@ -1,8 +1,16 @@
-# $OpenBSD: Makefile,v 1.1 2000/07/02 01:29:44 mickey Exp $
-# $NetBSD: Makefile,v 1.1 1999/01/13 17:15:44 drochner Exp $
+# $OpenBSD: Makefile,v 1.2 2000/07/02 02:07:11 mickey Exp $
+
+.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa"
PROG= wsfontload
-MAN= wsfontload.8
SRCS= wsfontload.c
+.else
+
+NOPROG=yes
+
+.endif
+
+MAN= wsfontload.8
+
.include <bsd.prog.mk>