summaryrefslogtreecommitdiff
path: root/system/alpha/h/Makefile
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2003-11-14 10:52:42 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2003-11-14 10:52:42 -0500
commitb8612cbda3625e27f109469a1f5416237c97fb41 (patch)
treee4d195ed22ab29000f1bcada6a560386b6fd1f8f /system/alpha/h/Makefile
parent488280e48b5f227b2eb35df5d6daba2ae94a1de6 (diff)
downloadgem5-b8612cbda3625e27f109469a1f5416237c97fb41.tar.xz
Import changeset
Diffstat (limited to 'system/alpha/h/Makefile')
-rw-r--r--system/alpha/h/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/system/alpha/h/Makefile b/system/alpha/h/Makefile
new file mode 100644
index 000000000..96c66b2e2
--- /dev/null
+++ b/system/alpha/h/Makefile
@@ -0,0 +1,20 @@
+# $Id: Makefile,v 1.1.1.1 1997/10/30 23:27:13 verghese Exp $
+# $Log: Makefile,v $
+# Revision 1.1.1.1 1997/10/30 23:27:13 verghese
+# current 10/29/97
+#
+# Revision 1.2 1994/06/28 20:08:21 fdh
+# Modified filenames and build precedure to fit into a FAT filesystem.
+#
+# Revision 1.1 1994/03/11 05:14:12 fdh
+# Initial revision
+#
+
+include ../rules.osf
+
+all:
+
+clean:
+ rm -f *~ \#*\# core
+ $(CLEAN)
+