From: hno <> Date: Fri, 12 Jul 2002 21:00:10 +0000 (+0000) Subject: Moved squid to sbin X-Git-Tag: SQUID_3_0_PRE1~909 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c16209decd0021f9a31460d45ceee56bda71d288;p=thirdparty%2Fsquid.git Moved squid to sbin --- diff --git a/src/Makefile.am b/src/Makefile.am index d35f03011e..6bfddc6a83 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.26 2002/07/01 16:11:23 hno Exp $ +# $Id: Makefile.am,v 1.27 2002/07/12 15:00:10 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -70,8 +70,10 @@ EXTRA_PROGRAMS = \ noinst_PROGRAMS = \ cf_gen +sbin_PROGRAMS = \ + squid + bin_PROGRAMS = \ - squid \ squidclient libexec_PROGRAMS = \