Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/compat_aoutm68k Add compat_aoutm68k module build...



details:   https://anonhg.NetBSD.org/src/rev/6f0fa65bd22f
branches:  trunk
changeset: 758042:6f0fa65bd22f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Oct 15 11:22:01 2010 +0000

description:
Add compat_aoutm68k module build dir.
(See options(4) for details of compat_aoutm68k)

diffstat:

 sys/modules/compat_aoutm68k/Makefile |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r afa261c49532 -r 6f0fa65bd22f sys/modules/compat_aoutm68k/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/compat_aoutm68k/Makefile      Fri Oct 15 11:22:01 2010 +0000
@@ -0,0 +1,15 @@
+#      $NetBSD: Makefile,v 1.1 2010/10/15 11:22:01 tsutsui Exp $
+
+.include "../Makefile.inc"
+
+KMOD=  compat_aoutm68k
+
+CPPFLAGS+=     -DEXEC_AOUT -DCOREDUMP
+CPPFLAGS+=     -DSYSVSHM -DSYSVSEM -DSYSVMSG -DKTRACE
+CPPFLAGS+=     -DCOMPAT_43 -DCOMPAT_12 -DCOMPAT_13 -DCOMPAT_14
+CPPFLAGS+=     -DCOMPAT_AOUT_M68K
+
+.PATH: ${S}/compat/aoutm68k
+SRCS+= aoutm68k_exec.c aoutm68k_mod.c aoutm68k_stat.c aoutm68k_sysent.c
+
+.include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index