diff options
| author | Alasdair Kergon <agk@fedoraproject.org> | 2005-03-01 22:57:07 +0000 |
|---|---|---|
| committer | Alasdair Kergon <agk@fedoraproject.org> | 2005-03-01 22:57:07 +0000 |
| commit | afc0718bd0073c922cb866e25a1af0d49c5d93b2 (patch) | |
| tree | be07ce029414212d18e2714fa5f9fa912fb22685 | |
| download | device-mapper-multipath-afc0718bd0073c922cb866e25a1af0d49c5d93b2.tar.gz device-mapper-multipath-afc0718bd0073c922cb866e25a1af0d49c5d93b2.tar.xz device-mapper-multipath-afc0718bd0073c922cb866e25a1af0d49c5d93b2.zip | |
Setup of module device-mapper-multipathsetup-new-module
| -rw-r--r-- | .cvsignore | 0 | ||||
| -rw-r--r-- | Makefile | 6 | ||||
| -rw-r--r-- | sources | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.cvsignore diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..872ed56 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# Makefile for source rpm: device-mapper-multipath +# $Id$ +NAME := device-mapper-multipath +SPECFILE = $(firstword $(wildcard *.spec)) + +include ../common/Makefile.common |
