5abbf990f3
a boot string for firmware that can do this, such as the SPARC and the sun3 models. It is currently silently ignored on all other hardware now, however. The MD function "boot()" has been changed to also take a char *.
20 lines
445 B
Makefile
20 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.12 1996/08/09 10:30:23 mrg Exp $
|
|
|
|
LIB= compat
|
|
NOPIC=
|
|
|
|
CPPFLAGS= ${COMPATCPPFLAGS}
|
|
|
|
SRCS= compat_exec.c compat_util.c kern_exit_43.c kern_info_09.c \
|
|
kern_info_43.c kern_resource_43.c kern_sig_43.c kern_xxx_12.c \
|
|
tty_43.c uipc_syscalls_43.c vfs_syscalls_43.c vm_43.c
|
|
|
|
# really, all machines were sizeof(int) != sizeof(long)
|
|
.if (${MACHINE_ARCH} != "alpha")
|
|
SRCS+= kern_ipc_10.c
|
|
.endif
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|