View | Details | Raw Unified | Return to bug 3831
Collapse All | Expand All

(-)patch-aa (-3 / +4 lines)
Lines 1-5 Link Here
1
*** Configure.orig	Sat Feb 10 04:41:40 1996
1
*** Configure.orig	Sat Feb 10 02:41:40 1996
2
--- Configure	Thu Aug  1 02:16:34 1996
2
--- Configure	Mon Jun  9 21:04:51 1997
3
***************
3
***************
4
*** 159,167 ****
4
*** 159,167 ****
5
--- 159,170 ----
5
--- 159,170 ----
Lines 17-29 Link Here
17
  
17
  
18
***************
18
***************
19
*** 217,222 ****
19
*** 217,222 ****
20
--- 220,228 ----
20
--- 220,229 ----
21
  
21
  
22
  cleandir: clean
22
  cleandir: clean
23
  	rm -f .depend Makefile config.h
23
  	rm -f .depend Makefile config.h
24
+ 
24
+ 
25
+ install:
25
+ install:
26
+ 	install -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
26
+ 	install -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
27
+ 	install -o bin -g bin -s -m 755 sr $(DESTDIR)
27
  
28
  
28
  ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
29
  ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
29
  END
30
  END

Return to bug 3831