File: Makefile

package info (click to toggle)
socks4-server 4.3.beta2-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,512 kB
  • ctags: 1,778
  • sloc: ansic: 19,305; makefile: 404; sh: 52
file content (16 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# DO NOT start 'make' in this directory. Go to the top
# directory of the SOCKS package and do it from there!

#========================================================

install:
	for i in *.1; do  \
		$(INSTALL) -m 444 $$i $(MAN_DEST_DIR)/man1 ;\
		done
	for i in *.5; do  \
		$(INSTALL) -m 444 $$i $(MAN_DEST_DIR)/man5 ;\
		done
	for i in *.8; do  \
		$(INSTALL) -m 444 $$i $(MAN_DEST_DIR)/man8 ;\
		done