summaryrefslogtreecommitdiff
path: root/net-mgmt/bpft/files/patch-aa
blob: fcfcb2275b7bc82ccd2a5bb78c6b5357d5e2d9fd (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
*** Makefile.orig	Wed Oct 30 13:38:00 1996
--- Makefile	Wed Jan  5 15:41:25 2000
***************
*** 11,16 ****
--- 11,17 ----
  
  # Target directory for install execution files.
  PATH_BINDIR=/usr/local/bin
+ PATH_SBINDIR=/usr/local/sbin
  
  # Target directory for install man pages.
  PATH_MANDIR=/usr/local/man/man1
***************
*** 18,24 ****
  # Trailing slash directory, summary traffic log files will be put there.
  PATH_TOSAVE=/var/log/
  
! # Full pathname where locate tarfstat program.
  PATH_TRAFSTAT=/usr/local/bin/trafstat
  
  # Where locate trafstatd log file, if you want log then file must exist.
--- 19,25 ----
  # Trailing slash directory, summary traffic log files will be put there.
  PATH_TOSAVE=/var/log/
  
! # Full pathname where locate trafstat program.
  PATH_TRAFSTAT=/usr/local/bin/trafstat
  
  # Where locate trafstatd log file, if you want log then file must exist.
***************
*** 56,79 ****
  	$(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)')
  	@(cd trafstatd; echo "Build trafstatd in `pwd`"; \
  	$(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)')
! 	@(cd traflog; echo "Build tarflog in `pwd`"; \
  	$(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)')
  	@(cd trafshow; echo "Build trafshow in `pwd`"; \
  	$(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)')
  	@echo Done.
  
  install: all
! 	install -s -o root -g $(GROUP) -m $(MODE) trafd/trafd $(PATH_BINDIR)
! 	install -c -o root -g $(GROUP) -m $(MODE) trafd/trafstart $(PATH_BINDIR)
! 	install -c -o root -g $(GROUP) -m $(MODE) trafd/trafstop $(PATH_BINDIR)
! 	install -c -o root -g $(GROUP) -m $(MODE) trafd/trafsave $(PATH_BINDIR)
! 	install -c -o root -g $(GROUP) -m $(MODE) trafd/trafdump $(PATH_BINDIR)
  	install -s -o root -g $(GROUP) -m $(MODE) trafstat/trafstat $(PATH_BINDIR)
! 	install -s -o root -g $(GROUP) -m $(MODE) trafstatd/trafstatd $(PATH_BINDIR)
! 	install -s -o root -g $(GROUP) -m $(MODE) traflog/traflog $(PATH_BINDIR)
  	install -c -o root -g $(GROUP) -m $(MODE) traflog/traflog.format $(PATH_TRAFLOG_FMT)
! 	install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR)
! 	install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR)
  	@echo Done.
  
  clean:
--- 57,80 ----
  	$(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)')
  	@(cd trafstatd; echo "Build trafstatd in `pwd`"; \
  	$(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)')
! 	@(cd traflog; echo "Build traflog in `pwd`"; \
  	$(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)')
  	@(cd trafshow; echo "Build trafshow in `pwd`"; \
  	$(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)')
  	@echo Done.
  
  install: all
! 	install -s -o root -g $(GROUP) -m $(MODE) trafd/trafd       $(PATH_SBINDIR)
! 	install -c -o root -g $(GROUP) -m $(MODE) trafd/trafstart   $(PATH_BINDIR)
! 	install -c -o root -g $(GROUP) -m $(MODE) trafd/trafstop    $(PATH_BINDIR)
! 	install -c -o root -g $(GROUP) -m $(MODE) trafd/trafsave    $(PATH_BINDIR)
! 	install -c -o root -g $(GROUP) -m $(MODE) trafd/trafdump    $(PATH_BINDIR)
  	install -s -o root -g $(GROUP) -m $(MODE) trafstat/trafstat $(PATH_BINDIR)
! 	install -s -o root -g $(GROUP) -m $(MODE) trafstatd/trafstatd $(PATH_SBINDIR)
! 	install -s -o root -g $(GROUP) -m $(MODE) traflog/traflog   $(PATH_BINDIR)
  	install -c -o root -g $(GROUP) -m $(MODE) traflog/traflog.format $(PATH_TRAFLOG_FMT)
! 	install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR)/trafshow2
! 	install -c -m 644 trafshow/trafshow.1                       $(PATH_MANDIR)/trafshow2.1
  	@echo Done.
  
  clean: