aboutsummaryrefslogtreecommitdiff
path: root/dns/dhid/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dhid/files/patch-ab')
-rw-r--r--dns/dhid/files/patch-ab24
1 files changed, 0 insertions, 24 deletions
diff --git a/dns/dhid/files/patch-ab b/dns/dhid/files/patch-ab
deleted file mode 100644
index 9b8c48326762..000000000000
--- a/dns/dhid/files/patch-ab
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.orig Tue Jun 22 07:30:37 1999
-+++ Makefile Sat Aug 21 04:41:26 1999
-@@ -25,15 +25,10 @@
- #
- # DHIS(c) Dynamic Host Information System Release 3.0
-
--CC=cc
--CFLAGS=
--LFLAGS=
--LIBS=
- RM=rm -f
-
- dhid: conf.o endian.o network.o crypt.o main.o
- $(CC) $(LFLAGS) -o dhid conf.o endian.o network.o crypt.o main.o $(LIBS)
-- strip dhid
-
- main.o: dhid.h network.h conf.h main.c
- $(CC) $(CFLAGS) -c main.c
-@@ -52,3 +47,5 @@
-
- clean:
- $(RM) *.core core dhid *.o
-+
-+all: dhid