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.3
11.3Shaad$NetBSD: Makefile,v 1.3 2009/01/02 01:06:16 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.3ShaadSUBDIR+= dm_target_zero
171.3ShaadSUBDIR+= dm_target_snapshot
181.3Shaad.endif
191.2Shaad
201.2Shaad.include <bsd.kmodule.mk>
211.3Shaad.include <bsd.subdir.mk>
22

Indexes created Wed Dec 03 22:09:28 GMT 2025