NetBSD/sys/modules/exec_ecoff/Makefile
ad 92ce8c6a3d Make the emulations, exec formats, coredump, NFS, and the NFS server
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
2008-11-19 18:35:57 +00:00

11 lines
165 B
Makefile

# $NetBSD: Makefile,v 1.1 2008/11/19 18:36:08 ad Exp $
.include "../Makefile.inc"
.PATH: ${S}/kern
KMOD= exec_ecoff
SRCS= exec_ecoff.c
.include <bsd.kmodule.mk>