summaryrefslogtreecommitdiffstats
path: root/bootdisk
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-04-03 18:29:30 +0000
committerErik Troan <ewt@redhat.com>2000-04-03 18:29:30 +0000
commit0c59659dbc7b66cd35e9bf65b9512d75ba69b095 (patch)
tree846ee65d5306677539f0debe0e214fea7a25fbc5 /bootdisk
parent6f2a32e0614e3db58e3e48e1f2bbaac4b76b6c1c (diff)
downloadanaconda-0c59659dbc7b66cd35e9bf65b9512d75ba69b095.tar.gz
anaconda-0c59659dbc7b66cd35e9bf65b9512d75ba69b095.tar.xz
anaconda-0c59659dbc7b66cd35e9bf65b9512d75ba69b095.zip
*** empty log message ***
Diffstat (limited to 'bootdisk')
-rw-r--r--bootdisk/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/bootdisk/Makefile b/bootdisk/Makefile
new file mode 100644
index 000000000..48d628bf5
--- /dev/null
+++ b/bootdisk/Makefile
@@ -0,0 +1,9 @@
+include ../Makefile.inc
+
+all:
+
+install:
+ rm -rf $(DESTDIR)/$(RUNTIMEDIR)/boot
+ mkdir -p $(DESTDIR)/$(RUNTIMEDIR)/boot
+ cp -av $(ARCH)/[a-z]* $(DESTDIR)/$(RUNTIMEDIR)/boot
+