summaryrefslogtreecommitdiff
path: root/devel/cbind/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cbind/files/patch-Makefile')
-rw-r--r--devel/cbind/files/patch-Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/cbind/files/patch-Makefile b/devel/cbind/files/patch-Makefile
deleted file mode 100644
index fd9fc1f13a8d..000000000000
--- a/devel/cbind/files/patch-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig Fri Sep 22 12:21:32 1995
-+++ Makefile Sun Nov 5 13:48:50 2006
-@@ -1,8 +1,8 @@
- VERSION = 6
-
--CFLAGS= -g -DPUBLIC
-+CFLAGS+= -DPUBLIC
- LIBS =
--LINKER = cc
-+LINKER = $(CC)
-
- MAKEFILE= Makefile
-
-@@ -139,7 +139,7 @@
- touch:; touch $(GENED_SRC)
-
- hostinfo.h: htype hostinfo
-- hostinfo $@
-+ ./hostinfo $@
-
- c_perf.c: c.prf
- gperf -N c_rsvd -t -p c.prf > $@