summaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/msql3/files/patch-aa')
-rw-r--r--databases/msql3/files/patch-aa55
1 files changed, 22 insertions, 33 deletions
diff --git a/databases/msql3/files/patch-aa b/databases/msql3/files/patch-aa
index 7de800054139..f59b15c633e8 100644
--- a/databases/msql3/files/patch-aa
+++ b/databases/msql3/files/patch-aa
@@ -1,33 +1,22 @@
-*** 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)
-
-
-
+--- Makefile.orig Tue Feb 7 20:03:58 1995
++++ Makefile Thu Oct 3 20:08:24 1996
+@@ -18,12 +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)
+
+
+