summaryrefslogtreecommitdiff
path: root/emulators/xmess/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmess/files/patch-ab')
-rw-r--r--emulators/xmess/files/patch-ab12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/xmess/files/patch-ab b/emulators/xmess/files/patch-ab
deleted file mode 100644
index 47373f020c95..000000000000
--- a/emulators/xmess/files/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.4 1998/08/29 19:42:00 frueauf Exp $
-
---- src/unix/Makefile.orig Tue Aug 25 07:39:20 1998
-+++ src/unix/Makefile Fri Aug 28 23:08:49 1998
-@@ -16,6 +16,7 @@
-
- $(TARGET): $(OBJS)
- ar -rcv $@ $(OBJS)
-+ ranlib $@
-
- $(OBJDIR)/%.o: %.c xmame.h sound.h
- $(CC) -I../../src/ $(CFLAGS) -o $@ -c $<