diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-31 00:28:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-31 00:28:32 +0000 |
commit | 034a2646d14688689a6b42d55fe5c06f289d9ac8 (patch) | |
tree | c9f8613edddd6ceed4112e8b262d10117e8bba2f /sys | |
parent | 210d24a37e57d70eb13b64297111cd8db8e5ea29 (diff) |
zaurus will be able to use this one day
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index 8eb60931a24..cbad91d602e 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2004/12/19 16:19:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2004/12/31 00:28:31 deraadt Exp $ NOPROG= NOMAN= @@ -7,7 +7,7 @@ NOMAN= .if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") + (${MACHINE} == "sgi") || (${MACHINE} == "zaurus") afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ |