English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/common-nfo/package/fwcf/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3269 - (show annotations) (download)
Wed Jul 18 13:28:41 2007 UTC (6 years, 7 months ago) by tg
File size: 652 byte(s)
• merge package/fwcf/
• revert package/base-files/ to non-NFO

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
7 include ${TOPDIR}/rules.mk
8 include Makefile.inc
9 include ${TOPDIR}/mk/package.mk
10
11 $(eval ${NFO_TEMPLATES})
12
13 BUILD_STYLE= auto
14 MAKE_FILE= GNUmakefile
15
16 do-install:
17 ${INSTALL_DIR} ${IDIR_FWCF}/sbin
18 ${INSTALL_BIN} ${WRKBUILD}/fwcf.helper.out ${IDIR_FWCF}/sbin/fwcf.helper
19 ${INSTALL_BIN} ${WRKSRC}/fwcf.sh ${IDIR_FWCF}/sbin/fwcf
20 cd ${IDIR_FWCF}/sbin; for tgt in halt reboot poweroff; do \
21 ln fwcf $$tgt; \
22 done
23
24 include ${TOPDIR}/mk/pkg-bottom.mk

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20