92ce8c6a3d
into modules. By and large this commit: - shuffles header files and ifdefs - splits code out where necessary to be modular - adds module glue for each of the components - adds/replaces hooks for things that can be installed at runtime
13 lines
225 B
Makefile
13 lines
225 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/11/19 18:36:08 ad Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
KMOD= exec_elf64
|
|
|
|
CPPFLAGS+= -DEXEC_ELF64 -DPAX_ASLR -DCOREDUMP
|
|
|
|
.PATH: ${S}/kern
|
|
SRCS= exec_elf64.c core_elf64.c
|
|
|
|
.include <bsd.kmodule.mk>
|