mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-25 03:47:05 +00:00
Clarify INSTALL doc, add comment about bsd-functions in Makefile
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@147 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
1626697a02
commit
5992ea1ef8
2 changed files with 4 additions and 5 deletions
7
INSTALL
7
INSTALL
|
|
@ -1,10 +1,7 @@
|
|||
Short guide to installing proxytunnel
|
||||
|
||||
On most modern unix systems, use the normal Makefile
|
||||
On MAC OS X, use Makefile.darwin
|
||||
If you don't have gnu-getopts, use Makefile.no-gnu-getopts
|
||||
On windows/Cygwin, use Makefile.cygwin
|
||||
etc etc...
|
||||
On most modern unix systems, use the normal Makefile, possibly uncommenting
|
||||
the section related to your system (darwin/cygwin/solaris/openbsd)
|
||||
|
||||
If you want to enable setproctitle functionality, add a CFLAGS define
|
||||
-DSETPROCTITLE (uncomment sample in Makefile)
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -39,6 +39,8 @@ DATADIR = $(PREFIX)/share
|
|||
MANDIR = $(DATADIR)/man
|
||||
|
||||
PROGNAME = proxytunnel
|
||||
|
||||
# Remove strlcpy/strlcat on (open)bsd/darwin systems
|
||||
OBJ = proxytunnel.o \
|
||||
base64.o \
|
||||
strlcpy.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue