1996-10-23 02:28:20 +04:00
|
|
|
# $NetBSD: Makefile,v 1.13 1996/10/22 22:28:20 explorer Exp $
|
1995-06-25 00:15:55 +04:00
|
|
|
|
|
|
|
LIB= compat
|
|
|
|
NOPIC=
|
|
|
|
|
1996-08-08 19:06:39 +04:00
|
|
|
CPPFLAGS= ${COMPATCPPFLAGS}
|
1996-06-30 04:17:02 +04:00
|
|
|
|
1996-05-18 19:52:19 +04:00
|
|
|
SRCS= compat_exec.c compat_util.c kern_exit_43.c kern_info_09.c \
|
1996-08-09 14:30:23 +04:00
|
|
|
kern_info_43.c kern_resource_43.c kern_sig_43.c kern_xxx_12.c \
|
1996-02-05 04:58:28 +03:00
|
|
|
tty_43.c uipc_syscalls_43.c vfs_syscalls_43.c vm_43.c
|
1995-06-28 07:00:20 +04:00
|
|
|
|
1996-10-23 02:28:20 +04:00
|
|
|
# really, all machines where sizeof(int) != sizeof(long)
|
1995-06-28 07:00:20 +04:00
|
|
|
.if (${MACHINE_ARCH} != "alpha")
|
|
|
|
SRCS+= kern_ipc_10.c
|
|
|
|
.endif
|
1995-06-25 00:15:55 +04:00
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|