summaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-aa
blob: 88315504e035297f6e9c2da3df8d817c506aca34 (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
25
26
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} ;\