Home | History | Annotate | Line # | Download | only in compat_aoutm68k
Makefile revision 1.1
      1  1.1  tsutsui #	$NetBSD: Makefile,v 1.1 2010/10/15 11:22:01 tsutsui Exp $
      2  1.1  tsutsui 
      3  1.1  tsutsui .include "../Makefile.inc"
      4  1.1  tsutsui 
      5  1.1  tsutsui KMOD=	compat_aoutm68k
      6  1.1  tsutsui 
      7  1.1  tsutsui CPPFLAGS+=	-DEXEC_AOUT -DCOREDUMP
      8  1.1  tsutsui CPPFLAGS+=	-DSYSVSHM -DSYSVSEM -DSYSVMSG -DKTRACE
      9  1.1  tsutsui CPPFLAGS+=	-DCOMPAT_43 -DCOMPAT_12 -DCOMPAT_13 -DCOMPAT_14
     10  1.1  tsutsui CPPFLAGS+=	-DCOMPAT_AOUT_M68K
     11  1.1  tsutsui 
     12  1.1  tsutsui .PATH:	${S}/compat/aoutm68k
     13  1.1  tsutsui SRCS+=	aoutm68k_exec.c aoutm68k_mod.c aoutm68k_stat.c aoutm68k_sysent.c
     14  1.1  tsutsui 
     15  1.1  tsutsui .include <bsd.kmodule.mk>
     16