Home | History | Annotate | Line # | Download | only in compat_aoutm68k
Makefile revision 1.1.64.1
      1       1.1  tsutsui #	$NetBSD: Makefile,v 1.1.64.1 2020/04/08 14:08:54 martin 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.64.1   martin 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.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