Add the COMPAT_UTIL_OVERRIDE stuff, and (commented out) COMPAT_43 stuff

This commit is contained in:
jdolecek 2001-10-31 18:27:31 +00:00
parent 0a9eeb6303
commit 060f8eead1

View File

@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.7 2001/06/06 21:38:01 mrg Exp $
# $NetBSD: Makefile,v 1.8 2001/10/31 18:27:31 jdolecek Exp $
COMPAT_UTIL_OVERRIDE= svr4
.include "../Makefile.inc"
USE_32=
.include "../svr4/Makefile.common"
@ -12,6 +13,10 @@ SRCS+= svr4_errno.c svr4_exec.c svr4_fcntl.c svr4_filio.c svr4_ioctl.c \
svr4_syscalls.c svr4_sysent.c svr4_termios.c svr4_ttold.c
SRCS+= svr4_machdep.c
# XXXX - temporary, not applicable for kernel with COMPAT_43
#.PATH: $S/compat/common
#SRCS+= uipc_syscalls_43.c vfs_syscalls_43.c
.if ${MACHINE} == "i386"
SRCS+= svr4_sigcode.s svr4_syscall.c
.endif