summaryrefslogtreecommitdiffstats
path: root/contrib/3c90xutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/3c90xutil/Makefile')
-rw-r--r--contrib/3c90xutil/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/3c90xutil/Makefile b/contrib/3c90xutil/Makefile
new file mode 100644
index 000000000..1dd1723f2
--- /dev/null
+++ b/contrib/3c90xutil/Makefile
@@ -0,0 +1,9 @@
+FILES = cromutil bromutil
+
+INCLUDEDIR = /usr/include
+CFLAGS = -O2 -fomit-frame-pointer -Wall -I$(INCLUDEDIR)
+
+all: $(FILES)
+
+clean:
+ rm -f $(FILES) *~ core