# $Id: Rules.make.in,v 1.8 2007/05/29 20:00:44 bhockney Exp $ # (C) 2004-2007 by Bob Hockney # # Rules.make for webfwlog # # This code is distributed under the terms of GNU GPL SHELL=/bin/sh prefix= exec_prefix=${prefix} sysconfdir=${prefix}/etc bindir=${exec_prefix}/bin CC=cc INSTALL_PROGRAM = /usr/bin/install -c -o root -g wheel -s -m 4555 -o root INSTALL_SCRIPT = /usr/bin/install -c -o root -g wheel -m 0755 INSTALL_DATA = /usr/bin/install -c -o root -g wheel -m 0444 INSTALL_DIR = /usr/bin/install -c -o root -g wheel -d -m 0755 LEX= YACC= PACKAGE_VERSION=0.93