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