Magellan Linux

Annotation of /tags/init-0_7_1_4/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1538 - (hide annotations) (download)
Thu Nov 24 09:34:53 2011 UTC (12 years, 5 months ago) by niro
File size: 322 byte(s)
tagged 'init-0_7_1_4'
1 niro 1393 # Magellan Initscripts
2     # $Id$
3    
4     all: start-stop-daemon
5    
6     include Makefile.inc
7    
8     start-stop-daemon:
9     $(MAKE) --directory=sysvinit $@
10    
11     clean:
12     $(MAKE) --directory=sysvinit $@
13    
14     install_busybox:
15     $(MAKE) --directory=busybox $@
16    
17     install_sysvinit:
18     $(MAKE) --directory=sysvinit $@
19    
20     install_systemd:
21     $(MAKE) --directory=systemd $@