]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Moved squid to sbin
authorhno <>
Fri, 12 Jul 2002 21:00:10 +0000 (21:00 +0000)
committerhno <>
Fri, 12 Jul 2002 21:00:10 +0000 (21:00 +0000)
src/Makefile.am

index d35f03011eb216be19479eb3ea2eb2f4aeb331af..6bfddc6a83e15e2ac94ad7ea040a7bcd96cb8e46 100644 (file)
@@ -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 = \