From eaffa20921beeee240dd52bbe96de25541ce806c Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 24 Apr 2004 13:38:38 +0000 Subject: Compile the basic wscons userland tools on luna88k. --- usr.sbin/wsconscfg/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin/wsconscfg/Makefile') diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 76994f43a7c..18c156091c1 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2004/01/29 02:55:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2004/04/24 13:38:37 miod Exp $ -.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ +.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ + ${MACHINE} == "cats" || ${MACHINE} == "hppa" || \ + ${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \ ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \ - ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos" || \ - ${MACHINE} == "cats" + ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos" PROG= wsconscfg SRCS= wsconscfg.c @@ -16,6 +16,6 @@ NOPROG=yes .endif MAN= wsconscfg.8 -MANSUBDIR= alpha hppa i386 macppc pegasos sparc sparc64 amd64 cats +MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64 pegasos .include -- cgit v1.2.3