blob: 714cb965344c278f573578b56a91db4e27132226 [file] [log] [blame] [raw]
#! /sbin/sh
########
# Product: IP Filter
# Fileset: IPF-ALL
# checkinstall
########
#
# (c) Copyright (C) 2012 by Darren Reed.
#
########
CONTRIBDIR=/usr/contrib/ipf
########
# Source control script environment
########
UTILS="/usr/lbin/sw/control_utils"
if [[ ! -f $UTILS ]] ; then
echo "ERROR: Cannot find $UTILS"
exit 1
fi
. $UTILS
exitval=$SUCCESS
########
# Make sure that the header files exist
########
exit $exitval