summaryrefslogtreecommitdiff
path: root/net/delegate/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/delegate/patches/patch-ad')
-rw-r--r--net/delegate/patches/patch-ad29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/delegate/patches/patch-ad b/net/delegate/patches/patch-ad
deleted file mode 100644
index 0438f8e34bb..00000000000
--- a/net/delegate/patches/patch-ad
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2000/03/08 17:02:05 pooka Exp $
-
---- Makefile.orig Fri Nov 5 09:42:28 1999
-+++ Makefile Wed Mar 8 18:14:30 2000
-@@ -21,8 +21,8 @@
-
- FILES = $(FILEC) $(MIME)
-
--MKMKMK = mkmkmk.exe
--MKMAKE = mkmake.exe
-+MKMKMK = ./mkmkmk.exe
-+MKMAKE = ./mkmake.exe
-
- HDRDIRS = -I../include $(CFLAGS)
- LIBDIRS = -L../lib
-@@ -32,12 +32,7 @@
- SHELL="$(SHELL)" HDRDIRS="$(HDRDIRS)" LIBDIRS="$(LIBDIRS)"
-
- $(MKMAKE): Makefile mkmkmk.c maker/mkmake.c
-- $(CC) -DMKMKMK -DDEFCC=\"$(CC)\" $(HDRDIRS) $(LIBDIRS) mkmkmk.c -o $(MKMKMK)
-- @echo "-----------------------------------------------------------------"
-- @echo "This Makefile assumes '.' is included in your PATH environment."
-- @echo "If the following rule failed in '$(MKMKMK): not found'"
-- @echo "retry like this >>>>>>>> $(MAKE) "PATH=\".:\$$PATH\"
-- @echo "-----------------------------------------------------------------"
-+ $(CC) -DMKMKMK -DDEFCC='"$(CC)"' $(HDRDIRS) $(LIBDIRS) mkmkmk.c -o $(MKMKMK)
- $(MKMKMK) -mkmkmk "$(CC)" $(HDRDIRS) $(LIBDIRS) maker/mkmake.c -o $@
-
- files:; @echo $(FILES)