Home | History | Annotate | Line # | Download | only in drmkms_agp
Makefile revision 1.2.4.2
      1  1.2.4.2  christos #	$NetBSD: Makefile,v 1.2.4.2 2019/06/10 22:09:21 christos Exp $
      2  1.2.4.2  christos 
      3  1.2.4.2  christos .include "../Makefile.inc"
      4  1.2.4.2  christos .include "../drmkms/Makefile.inc"
      5  1.2.4.2  christos 
      6  1.2.4.2  christos .PATH:	${S}/external/bsd/drm2/dist/drm
      7  1.2.4.2  christos 
      8  1.2.4.2  christos KMOD=	drmkms_agp
      9  1.2.4.2  christos 
     10  1.2.4.2  christos SRCS+=	drm_agpsupport.c
     11  1.2.4.2  christos 
     12  1.2.4.2  christos WARNS=	3
     13  1.2.4.2  christos 
     14  1.2.4.2  christos .include <bsd.kmodule.mk>
     15