Home | History | Annotate | Line # | Download | only in compat_80
Makefile revision 1.2.4.3
      1  1.2.4.3    martin #	$NetBSD: Makefile,v 1.2.4.3 2020/04/13 08:05:06 martin Exp $
      2  1.2.4.2  christos 
      3  1.2.4.2  christos .include "../Makefile.inc"
      4  1.2.4.2  christos 
      5  1.2.4.2  christos .PATH:	${S}/compat/common
      6  1.2.4.2  christos 
      7  1.2.4.2  christos KMOD=	compat_80
      8  1.2.4.2  christos 
      9  1.2.4.2  christos CPPFLAGS+=	-DCOMPAT_80
     10  1.2.4.2  christos 
     11  1.2.4.2  christos SRCS+=	compat_80_mod.c
     12  1.2.4.2  christos SRCS+=	kern_mod_80.c
     13  1.2.4.3    martin SRCS+=	if_media_80.c
     14  1.2.4.2  christos 
     15  1.2.4.2  christos .include <bsd.kmodule.mk>
     16