diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-24 13:38:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-24 13:38:38 +0000 |
commit | eaffa20921beeee240dd52bbe96de25541ce806c (patch) | |
tree | 24971c37fff370a97321bf242c42fa1e1d4aaf7e /usr.sbin/wsconscfg/Makefile | |
parent | 4979c74fff445996923562f082a3f6cca4c86c15 (diff) |
Compile the basic wscons userland tools on luna88k.
Diffstat (limited to 'usr.sbin/wsconscfg/Makefile')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 <bsd.prog.mk> |