Home | History | Annotate | Line # | Download | only in compat_aoutm68k
      1  1.3  pgoyette #	$NetBSD: Makefile,v 1.3 2019/11/20 19:37:54 pgoyette 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.3  pgoyette CPPFLAGS+=	-DEXEC_AOUT
      8  1.1   tsutsui CPPFLAGS+=	-DSYSVSHM -DSYSVSEM -DSYSVMSG -DKTRACE
      9  1.1   tsutsui CPPFLAGS+=	-DCOMPAT_43 -DCOMPAT_12 -DCOMPAT_13 -DCOMPAT_14
     10  1.2  christos CPPFLAGS+=	-DCOMPAT_AOUT_M68K -DQUOTA
     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