summaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-aa
blob: d8250563197fbd84d9d7a9d601e11393bed2a652 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- 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 : " ;\