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:
Mark Janssen 2007-02-27 09:03:35 +00:00
parent 1626697a02
commit 5992ea1ef8
2 changed files with 4 additions and 5 deletions

View file

@ -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)

View file

@ -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 \