diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-14 11:01:06 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-14 11:01:06 +0000 |
commit | 8127cfce921ec69662bef3f53968dbd4b741696f (patch) | |
tree | fe120ae818ec139c8843044932a6af1c37c5fb47 /databases/msql3/files | |
parent | 536becde89e6757f332aa6ad1716aeb6049aa7fa (diff) |
Notes
Diffstat (limited to 'databases/msql3/files')
-rw-r--r-- | databases/msql3/files/patch-aa | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/databases/msql3/files/patch-aa b/databases/msql3/files/patch-aa new file mode 100644 index 000000000000..88315504e035 --- /dev/null +++ b/databases/msql3/files/patch-aa @@ -0,0 +1,27 @@ +*** Makefile.orig Thu Jan 12 21:18:36 1995 +--- Makefile Thu Jan 12 21:32:38 1995 +*************** +*** 20,24 **** + all: +! @ echo ""; echo "You have not read the installation procedures.";\ +! echo "Please read the README file for build instructions.";\ +! echo + +--- 20,27 ---- + all: +! cd targets/freebsd ;\ +! make all +! +! install: +! cd targets/freebsd ;\ +! make install + +*************** +*** 34,36 **** + echo ;\ +! TARG=`scripts/sys-arch` ;\ + if test -d targets/$${TARG} ;\ +--- 37,39 ---- + echo ;\ +! TARG=freebsd;\ + if test -d targets/$${TARG} ;\ |