summaryrefslogtreecommitdiff
path: root/obsolete/support/undump/Makefile.SUN4
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /obsolete/support/undump/Makefile.SUN4
Initial commit
Diffstat (limited to 'obsolete/support/undump/Makefile.SUN4')
-rw-r--r--obsolete/support/undump/Makefile.SUN414
1 files changed, 14 insertions, 0 deletions
diff --git a/obsolete/support/undump/Makefile.SUN4 b/obsolete/support/undump/Makefile.SUN4
new file mode 100644
index 0000000000..2aacc18bbf
--- /dev/null
+++ b/obsolete/support/undump/Makefile.SUN4
@@ -0,0 +1,14 @@
+BINDIR=/usr/local
+CFLAGS= -g -Dsun3
+
+undump: undump.o
+ cc $(CFLAGS) -o undump undump.o
+
+undump.o: undump.c
+ cc $(CFLAGS) -c undump.c
+
+clean:
+ rm -f *.o
+
+install: undump
+ cp undump $(BINDIR)