From 5992ea1ef80f036c363e9fd5bdc70313bbaeb7b1 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Tue, 27 Feb 2007 09:03:35 +0000 Subject: [PATCH] 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 --- INSTALL | 7 ++----- Makefile | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 77e4f13..792d52e 100644 --- a/INSTALL +++ b/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) diff --git a/Makefile b/Makefile index 87a896b..0fd8ac3 100755 --- a/Makefile +++ b/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 \