summaryrefslogtreecommitdiff
path: root/sysutils/phantom/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/phantom/files/patch-Makefile')
-rw-r--r--sysutils/phantom/files/patch-Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/phantom/files/patch-Makefile b/sysutils/phantom/files/patch-Makefile
deleted file mode 100644
index 76bb31b16394..000000000000
--- a/sysutils/phantom/files/patch-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig 2005-07-08 09:30:27 UTC
-+++ Makefile
-@@ -1,8 +1,8 @@
- VERSION=1.2
-
- DEBUG=#-g
--LDFLAGS=$(DEBUG)
--CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
-+LDFLAGS+=$(DEBUG)
-+CFLAGS+=-DVERSION=\"$(VERSION)\" -DMADV_SEQUENTIAL $(DEBUG)
-
- OBJS=phantom.o
-
-@@ -12,7 +12,7 @@ phantom: $(OBJS)
- $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o phantom
-
- install: phantom
-- cp phantom $(DESTDIR)/usr/bin
-+ ${BSD_INSTALL_PROGRAM} phantom $(DESTDIR)${PREFIX}/bin
-
- clean:
- rm -f $(OBJS) core phantom