aboutsummaryrefslogtreecommitdiffstats
path: root/net/dhid/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/dhid/files/patch-ab')
-rw-r--r--net/dhid/files/patch-ab24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/dhid/files/patch-ab b/net/dhid/files/patch-ab
new file mode 100644
index 000000000000..9b8c48326762
--- /dev/null
+++ b/net/dhid/files/patch-ab
@@ -0,0 +1,24 @@
+--- 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