diff options
Diffstat (limited to 'package/cfgfs/src/BSDmakefile')
-rw-r--r-- | package/cfgfs/src/BSDmakefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/package/cfgfs/src/BSDmakefile b/package/cfgfs/src/BSDmakefile index 4d3bf7a11..e10aa1dbc 100644 --- a/package/cfgfs/src/BSDmakefile +++ b/package/cfgfs/src/BSDmakefile @@ -1,14 +1,8 @@ -# $MirOS: contrib/hosted/fwcf/BSDmakefile,v 1.8 2007/03/13 18:14:30 tg Exp $ -#- -# This file is part of the FreeWRT project. FreeWRT is copyrighted -# material, please see the LICENCE file in the top-level directory -# or at http://www.freewrt.org/licence for details. - - SUBDIR+= lib - SUBDIR+= mkfwcf - SUBDIR+= unfwcf - SUBDIR+= tool - SUBDIR+= fwcf.helper +SUBDIR+= lib +SUBDIR+= mkfwcf +SUBDIR+= unfwcf +SUBDIR+= tool +SUBDIR+= fwcf.helper test: _SUBDIRUSE |