source: freewrt/BSDmakefile@ ca629a6

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 was 93f20e7, checked in by Thorsten Glaser <tg@…>, 19 years ago

we use the httpd redirect here, my bad, this is by design
and actually makes sense

git-svn-id: svn://www.freewrt.org/trunk/freewrt@679 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 550 bytes
Line 
1# $FreeWRT$
2#-
3# This file is part of the FreeWRT project. FreeWRT is copyrighted
4# material, please see the LICENCE file in the top-level directory
5# or at http://www.freewrt.org/licence for details.
6
7TOPDIR= ${.CURDIR}
8PWD= ${.CURDIR}
9
10.if defined(package) && !empty(package)
11subdir:= package/${package}
12.endif
13
14.if defined(subdir) && !empty(subdir)
15_subdir:= ${.TARGETS}
16${.TARGETS}: _subdir
17
18_subdir:
19 cd ${.CURDIR}/${subdir} && TOPDIR=${.CURDIR} \
20 ${.CURDIR}/lbin/gmake ${.MFLAGS} ${_subdir}
21.else
22. include "${.CURDIR}/Makefile"
23.endif
Note: See TracBrowser for help on using the repository browser.