1 # FreeS/WAN subdir makefile
2 # Copyright (C) 1998-2001 Henry Spencer.
4 # This program is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License as published by the
6 # Free Software Foundation; either version 2 of the License, or (at your
7 # option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
9 # This program is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 # RCSID $Id: Makefile,v 1.1 2004/03/15 20:35:25 as Exp $
19 include $(FREESWANSRCDIR
)/Makefile.inc
22 @echo
"Please read doc/intro.html or INSTALL before running make"
25 cleanall
distclean mostlyclean realclean install programs checkprograms
check clean spotless modules install_file_list
:
28 # @for d in $(SUBDIRS); \
30 # (cd $$d && $(MAKE) TOPDIR=${KERNELSRC} FREESWANSRCDIR=$(FREESWANSRCDIR)/.. $@ ) || exit 1 ; \