From 09669726ba55465d90e8d2125b6f8d785dd0a78b Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 2 Jul 2000 02:07:12 +0000 Subject: make it compiling only for alpha and hppa --- usr.sbin/wsconscfg/Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'usr.sbin/wsconscfg') 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 -- cgit v1.2.3