#
# Linux Broadcom IPSec library Makefile
#
# Copyright 2004, Broadcom Corporation
# All Rights Reserved.                
#                                     
# This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;   
# the contents of this file may not be disclosed to third parties, copied
# or duplicated in any form, in whole or in part, without the prior      
# written permission of Broadcom Corporation.                            
#
# $Id$ $DateTime$ $Author$
#

#
# FreeS/WAN directory
#
FREESWANDIR = $(SRCBASE)/linux/freeswan-1.99


all: 
	$(MAKE) -C $(FREESWANDIR) -f Makefile.bcm all

install: all
	$(MAKE) -C $(FREESWANDIR) -f Makefile.bcm install

clean:
	$(MAKE) -C $(FREESWANDIR) -f Makefile.bcm clean 
	
