Home | History | Annotate | Line # | Download | only in compat_16
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2019/01/27 02:08:44 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/compat/common
      6 
      7 KMOD=	compat_16
      8 
      9 CPPFLAGS+=	-DCOMPAT_16 -DCOMPAT_20 -DCOMPAT_30
     10 CPPFLAGS+=	-DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
     11 
     12 SRCS+=	compat_16_mod.c
     13 SRCS+=	kern_sig_16.c
     14 
     15 .include <bsd.kmodule.mk>
     16