summaryrefslogtreecommitdiff
path: root/sys/compat/common/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-05-16 17:14:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-05-16 17:14:40 +0000
commitd081888ede32893d5dfa6a13f09405aa730c9092 (patch)
treedf2c5452e4612103cc5e3b507980de79f926318b /sys/compat/common/Makefile
parenta298e9ff9d4b9418b1b5b64c70a04ed9774e676d (diff)
Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there.
Diffstat (limited to 'sys/compat/common/Makefile')
-rw-r--r--sys/compat/common/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/compat/common/Makefile b/sys/compat/common/Makefile
index 7681a235b6f..3f98bbdeb18 100644
--- a/sys/compat/common/Makefile
+++ b/sys/compat/common/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2001/01/23 05:48:04 csapuntz Exp $
+# $OpenBSD: Makefile,v 1.9 2001/05/16 17:14:38 millert Exp $
# $NetBSD: Makefile,v 1.8 1996/05/18 15:52:19 christos Exp $
LIB= compat
@@ -7,10 +7,11 @@ NOPIC=
.PATH: ${COMPATDIR}
SRCS= compat_exec.c compat_util.c compat_dir.c compat_vm.c kern_exit_43.c \
- kern_info_09.c kern_info_43.c kern_prot_43.c kern_resource_43.c \
- kern_sig_43.c tty_43.c uipc_syscalls_43.c vfs_syscalls_43.c vm_43.c
+ kern_ipc_23.c kern_info_09.c kern_info_43.c kern_prot_43.c \
+ kern_resource_43.c kern_sig_43.c tty_43.c uipc_syscalls_43.c \
+ vfs_syscalls_25.c vfs_syscalls_43.c vm_43.c
-# really, all machines were sizeof(int) != sizeof(long)
+# really, all machines where sizeof(int) != sizeof(long)
.if (${MACHINE_ARCH} != "alpha")
SRCS+= kern_ipc_10.c
.endif