diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 00:33:05 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 00:33:05 +0000 |
commit | b02f40612bee4b128a2cd29f640552a88c0b15a3 (patch) | |
tree | a7d1af4a5c872709cce37a18d7f67b32bc1c8bc6 /usr.sbin/wsconscfg/Makefile | |
parent | 57503175c85b02f90c4f025276e334d1dc27cf33 (diff) |
Build these userland wscons utilities on i386.
Diffstat (limited to 'usr.sbin/wsconscfg/Makefile')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index d62cc650c46..ebef2578036 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2000/09/07 02:12:32 rahnds Exp $ +# $OpenBSD: Makefile,v 1.6 2001/01/30 00:33:04 aaron Exp $ -.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || ${MACHINE} == "powerpc" +.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ + ${MACHINE} == "powerpc" PROG= wsconscfg SRCS= wsconscfg.c |