Cross Reference: Makefile
xref: /src/sys/modules/dm/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/modules/dm/
Makefile revision 1.4
11.4Shaad$NetBSD: Makefile,v 1.4 2009/01/02 11:03:24 haad Exp $
21.2Shaad
31.2Shaad.include "../Makefile.inc"
41.2Shaad
51.2Shaad.PATH:	${S}/dev/dm
61.2Shaad
71.2ShaadKMOD=	dm
81.2ShaadSRCS=	device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
91.3Shaad        dm_target_linear.c dm_target_stripe.c
101.3Shaad
111.3Shaad# Do not build unneeded modules now.
121.3ShaadMK_DM_TARGETS= no
131.3Shaad
141.3Shaad.if (${MK_DM_TARGETS} != "no")
151.3ShaadSUBDIR+= dm_target_error
161.4ShaadSUBDIR+= dm_target_mirror
171.4ShaadSUBDIR+= dm_target_snapshot
181.3ShaadSUBDIR+= dm_target_zero
191.3Shaad.endif
201.2Shaad
211.2Shaad.include <bsd.kmodule.mk>
221.3Shaad.include <bsd.subdir.mk>
23

Indexes created Wed Dec 03 09:09:31 GMT 2025