Home | History | Annotate | Line # | Download | only in dm_target_snapshot
Makefile revision 1.1
      1  1.1  haad #$NetBSD: Makefile,v 1.1 2009/01/02 01:06:16 haad Exp $
      2  1.1  haad 
      3  1.1  haad .include "../../Makefile.inc"
      4  1.1  haad 
      5  1.1  haad S!=             cd ${.CURDIR}/../../..;pwd
      6  1.1  haad .PATH:	${S}/dev/dm
      7  1.1  haad 
      8  1.1  haad CFLAGS += -DDM_TARGET_MODULE
      9  1.1  haad KMOD=	dm_target_snapshot
     10  1.1  haad SRCS=   dm_target_snapshot.c
     11  1.1  haad 
     12  1.1  haad .include <bsd.kmodule.mk>
     13