Module Name:    src
Committed By:   tsutsui
Date:           Fri Oct 15 11:22:02 UTC 2010

Added Files:
        src/sys/modules/compat_aoutm68k: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/modules/compat_aoutm68k/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/modules/compat_aoutm68k/Makefile
diff -u /dev/null src/sys/modules/compat_aoutm68k/Makefile:1.1
--- /dev/null	Fri Oct 15 11:22:02 2010
+++ src/sys/modules/compat_aoutm68k/Makefile	Fri Oct 15 11:22:01 2010
@@ -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>

Reply via email to