diff options
author | Alasdair Kergon <agk@redhat.com> | 2009-07-31 18:41:19 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2009-07-31 18:41:19 +0000 |
commit | 70c0c29145c4018e8ffd03604a09da786627e7f6 (patch) | |
tree | af5fe4960964703cb4b8caf62367c2c9d226806e /udev | |
parent | bd90c6b2c26b0c5ca048070e901b2d47a55b790a (diff) | |
download | lvm2-70c0c29145c4018e8ffd03604a09da786627e7f6.tar.gz |
dummy makefile for now to keep builds happy
Diffstat (limited to 'udev')
-rw-r--r-- | udev/Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/udev/Makefile.in b/udev/Makefile.in new file mode 100644 index 000000000..b547dd47a --- /dev/null +++ b/udev/Makefile.in @@ -0,0 +1,16 @@ +# +# Copyright (C) 2009 Red Hat, Inc. All rights reserved. +# +# This file is part of LVM2. +# +# This copyrighted material is made available to anyone wishing to use, +# modify, copy, or redistribute it subject to the terms and conditions +# of the GNU General Public License v.2. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +srcdir = . +top_srcdir = .. + |