summaryrefslogtreecommitdiff
path: root/dns/dhid/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /dns/dhid/files/patch-ab
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'dns/dhid/files/patch-ab')
-rw-r--r--dns/dhid/files/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/dns/dhid/files/patch-ab b/dns/dhid/files/patch-ab
deleted file mode 100644
index d04e19c05f80..000000000000
--- a/dns/dhid/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig Thu Jan 13 23:15:01 2000
-+++ Makefile Thu Feb 10 23:13:56 2000
-@@ -25,17 +25,13 @@
- #
- # DHIS(c) Dynamic Host Information System Release 3.1
-
--CC=cc
--CFLAGS=
--LFLAGS=
--LIBS=
-+CC?=cc
- RM=rm -f
-
- all: dhid
-
- 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