summaryrefslogtreecommitdiff
path: root/databases/msql/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/msql/files/patch-aa')
-rw-r--r--databases/msql/files/patch-aa33
1 files changed, 0 insertions, 33 deletions
diff --git a/databases/msql/files/patch-aa b/databases/msql/files/patch-aa
deleted file mode 100644
index 7de800054139..000000000000
--- a/databases/msql/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)
-
-
-