Home | History | Annotate | Line # | Download | only in dm
Makefile revision 1.2
      1  1.2  haad $NetBSD: Makefile,v 1.2 2008/12/19 15:36:58 haad Exp $
      2  1.2  haad 
      3  1.2  haad .include "../Makefile.inc"
      4  1.2  haad 
      5  1.2  haad .PATH:	${S}/dev/dm
      6  1.2  haad 
      7  1.2  haad KMOD=	dm
      8  1.2  haad SRCS=	device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
      9  1.2  haad         dm_target_error.c dm_target_linear.c dm_target_snapshot.c \
     10  1.2  haad         dm_target_zero.c
     11  1.2  haad 
     12  1.2  haad .include <bsd.kmodule.mk>
     13