From 801759103c4174434d2694ef2c5adae74b4a360e Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 9 Jun 2009 11:16:49 -1000 Subject: Convert bootdisk/ to Makefile.am --- bootdisk/s390x/Makefile.am | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bootdisk/s390x/Makefile.am (limited to 'bootdisk/s390x') diff --git a/bootdisk/s390x/Makefile.am b/bootdisk/s390x/Makefile.am new file mode 100644 index 000000000..3c215607b --- /dev/null +++ b/bootdisk/s390x/Makefile.am @@ -0,0 +1,25 @@ +# bootdisk/s390x/Makefile.am for anaconda +# +# Copyright (C) 2009 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see . +# +# Author: David Cantrell + +if IS_S390 +bootdir = $(libdir)/$(PACKAGE_NAME)-runtime/boot +dist_boot_DATA = generic.ins generic.prm redhat.exec +endif + +MAINTAINERCLEANFILES = Makefile.in -- cgit