From bb72450ad74c5a41998278c23811e1cdfd3a8a0e Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Thu, 7 Sep 2000 01:37:26 +0000 Subject: wscons is used on powerpc also. --- usr.sbin/wsconscfg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 9dacfdc8bbc..72b90058794 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2000/07/20 00:34:29 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2000/09/07 01:37:25 rahnds Exp $ -.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" +.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || ${MACHINE} == "powerpc" PROG= wsconscfg SRCS= wsconscfg.c -- cgit v1.2.3