summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2012-06-11 16:12:20 +0100
committerAlasdair G Kergon <agk@redhat.com>2012-06-11 16:12:20 +0100
commit05fb5158635ef47f5c9083f2f4cc1871d0de1d0a (patch)
tree14cef27c14303e9e25342632404b75c1034ec254 /make.tmpl.in
parentd41ad502b8138a4cb7f9c1a3bfd9f85bd5b337e8 (diff)
downloadlvm2-05fb5158635ef47f5c9083f2f4cc1871d0de1d0a.tar.gz
lvm2-05fb5158635ef47f5c9083f2f4cc1871d0de1d0a.tar.xz
lvm2-05fb5158635ef47f5c9083f2f4cc1871d0de1d0a.zip
veritysetup: Remove code as now in cryptsetup.
The veritysetup code has moved to the cryptsetup package. http://code.google.com/p/cryptsetup/
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 0855d6a2..25cc87f8 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -194,7 +194,6 @@ OBJECTS = $(SOURCES:%.c=%.o)
POTFILES = $(SOURCES:%.c=%.pot)
.PHONY: all pofile distclean clean cleandir cflow device-mapper
-.PHONY: verity install_verity $(SUBDIRS.install_verity)
.PHONY: install install_cluster install_device-mapper install_lvm2
.PHONY: install_lib_shared install_dm_plugin install_lvm2_plugin
.PHONY: install_ocf help
@@ -208,7 +207,6 @@ SUBDIRS.install_cluster := $(SUBDIRS:=.install_cluster)
SUBDIRS.install_device-mapper := $(SUBDIRS:=.install_device-mapper)
SUBDIRS.install_lvm2 := $(SUBDIRS:=.install_lvm2)
SUBDIRS.install_ocf := $(SUBDIRS:=.install_ocf)
-SUBDIRS.install_verity := $(SUBDIRS:=.install_verity)
SUBDIRS.pofile := $(SUBDIRS:=.pofile)
SUBDIRS.cflow := $(SUBDIRS:=.cflow)
SUBDIRS.clean := $(SUBDIRS:=.clean)