summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-19 18:29:03 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-19 18:29:03 +0000
commit71fd3643a55f28fd036318d785605467bc355b1c (patch)
tree488f26b0fe7230688e30f191498da715f58b39e6 /sys
parent1903abf5243dd15827642885cd4b3c2c240001f8 (diff)
$%&@#!
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/common/Makefile b/sys/compat/common/Makefile
index 3f98bbdeb18..a772d0c5990 100644
--- a/sys/compat/common/Makefile
+++ b/sys/compat/common/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2001/05/16 17:14:38 millert Exp $
+# $OpenBSD: Makefile,v 1.10 2001/08/19 18:29:02 art Exp $
# $NetBSD: Makefile,v 1.8 1996/05/18 15:52:19 christos Exp $
LIB= compat
@@ -12,7 +12,7 @@ SRCS= compat_exec.c compat_util.c compat_dir.c compat_vm.c kern_exit_43.c \
vfs_syscalls_25.c vfs_syscalls_43.c vm_43.c
# really, all machines where sizeof(int) != sizeof(long)
-.if (${MACHINE_ARCH} != "alpha")
+.if (${MACHINE_ARCH} != "alpha") || (${MACHINE_ARCH} != "sparc64")
SRCS+= kern_ipc_10.c
.endif