aboutsummaryrefslogtreecommitdiff
path: root/devel/mk/files/patch-src::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mk/files/patch-src::Makefile')
-rw-r--r--devel/mk/files/patch-src::Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/mk/files/patch-src::Makefile b/devel/mk/files/patch-src::Makefile
deleted file mode 100644
index a2c23537184d..000000000000
--- a/devel/mk/files/patch-src::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.orig Sun Oct 19 01:50:46 2003
-+++ src/Makefile Sun Oct 19 01:50:14 2003
-@@ -5,7 +5,7 @@
-
-
- TARG=../mk
--CFLAGS=-g -I../include
-+CFLAGS+=-g -I../include
-
- $(TARG): $(OFILES) ../lib/libregexp.a ../lib/libbio.a ../lib/lib9.a
- $(CC) -o $(TARG) $(OFILES) -L../lib -lregexp -lbio -l9