Home | History | Annotate | Line # | Download | only in odcm
      1 # $NetBSD: Makefile,v 1.2 2019/02/17 04:05:55 rin Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/arch/x86/x86
      6 
      7 KMOD=	odcm
      8 IOCONF=	odcm.ioconf
      9 SRCS=	odcm.c
     10 
     11 .include <bsd.kmodule.mk>
     12