From c16209decd0021f9a31460d45ceee56bda71d288 Mon Sep 17 00:00:00 2001 From: hno <> Date: Fri, 12 Jul 2002 21:00:10 +0000 Subject: [PATCH] Moved squid to sbin --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 = \ -- 2.47.3