summaryrefslogtreecommitdiff
path: root/system/alpha/h/Makefile
diff options
context:
space:
mode:
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)
+