summaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /databases/msql3/files/patch-aa
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Diffstat (limited to 'databases/msql3/files/patch-aa')
-rw-r--r--databases/msql3/files/patch-aa33
1 files changed, 0 insertions, 33 deletions
diff --git a/databases/msql3/files/patch-aa b/databases/msql3/files/patch-aa
deleted file mode 100644
index 7de800054139..000000000000
--- a/databases/msql3/files/patch-aa
+++ /dev/null
@@ -1,33 +0,0 @@
-*** Makefile.orig Tue Feb 7 17:03:58 1995
---- Makefile Wed Feb 22 18:04:45 1995
-***************
-*** 18,29 ****
- SHELL=/bin/sh
-
- all:
-! @ echo ""; echo "You have not read the installation procedures.";\
-! echo "Please read the README file for build instructions.";\
-! echo
-
- target:
- @ scripts/make-target
-
-
-
---- 18,33 ----
- SHELL=/bin/sh
-
- all:
-! 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)
-
-
-