summaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /databases/msql3/files/patch-aa
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'databases/msql3/files/patch-aa')
-rw-r--r--databases/msql3/files/patch-aa24
1 files changed, 0 insertions, 24 deletions
diff --git a/databases/msql3/files/patch-aa b/databases/msql3/files/patch-aa
deleted file mode 100644
index d8250563197f..000000000000
--- a/databases/msql3/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.orig Tue Dec 17 11:12:16 1996
-+++ Makefile Tue Dec 17 11:13:26 1996
-@@ -18,14 +18,16 @@
- SHELL=/bin/sh
-
- all:
-- @ echo ""; echo "You have not read the installation procedures.";\
-- echo "Please read the README file for build instructions.";\
-- echo
-+ cd targets/freebsd ;\
-+ make all
-+
-+install:
-+ cd targets/freebsd ;\
-+ make install
-
- target:
- @ scripts/make-target
--
--
-+ @ ( ARCH=`scripts/sys-arch`; cd targets; ln -s $$ARCH freebsd)
-
- dist:
- @ echo; echo -n "Full Distribution - Enter archive file name : " ;\