diff options
| author | christos <christos@NetBSD.org> | 2012-02-05 18:46:04 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-02-05 18:46:04 +0000 |
| commit | 6ad06b9c5859af892b86e7dae330c9f8553f9136 (patch) | |
| tree | ff66e1b60408f500da0a3937ea911629d42a5f0e /sys/modules/dm/dm_target_snapshot/Makefile | |
| parent | 343799443108b8d84fe54592eb6b43c7e92af04d (diff) | |
-D flags belong in CPPFLAGS
Diffstat (limited to 'sys/modules/dm/dm_target_snapshot/Makefile')
| -rw-r--r-- | sys/modules/dm/dm_target_snapshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/dm/dm_target_snapshot/Makefile b/sys/modules/dm/dm_target_snapshot/Makefile index cbf37709b0d..9e0d269aafd 100644 --- a/sys/modules/dm/dm_target_snapshot/Makefile +++ b/sys/modules/dm/dm_target_snapshot/Makefile @@ -1,11 +1,11 @@ -#$NetBSD: Makefile,v 1.1 2009/01/02 01:06:16 haad Exp $ +#$NetBSD: Makefile,v 1.2 2012/02/05 18:46:05 christos Exp $ .include "../../Makefile.inc" S!= cd ${.CURDIR}/../../..;pwd .PATH: ${S}/dev/dm -CFLAGS += -DDM_TARGET_MODULE +CPPFLAGS += -DDM_TARGET_MODULE KMOD= dm_target_snapshot SRCS= dm_target_snapshot.c |
