Magellan Linux

Annotation of /tags/init-0_7_6/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1880 - (hide annotations) (download)
Tue Jul 24 08:35:32 2012 UTC (11 years, 9 months ago) by niro
File size: 322 byte(s)
tagged 'init-0_7_6'
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 $@