--- trunk/magellan-initscripts/Makefile 2006/04/12 23:16:25 365 +++ trunk/magellan-initscripts/Makefile 2007/04/01 01:09:01 454 @@ -1,5 +1,5 @@ # Magellan Initscripts -# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/Makefile,v 1.2 2006-04-12 23:16:25 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/Makefile,v 1.4 2007-04-01 01:09:01 niro Exp $ CC=gcc CFLAGS=-Os -Wall @@ -56,7 +56,8 @@ protocols \ rc.config \ services \ - shells; \ + shells \ + sysctl.conf; \ do \ install -m 0644 etc/$${file} $(DESTDIR)$(sysconfdir); \ done @@ -93,6 +94,7 @@ sendsignals \ setclock \ swap \ + sysctl \ template; \ do \ install -m 0755 etc/rc.d/init.d/$${script} $(DESTDIR)$(initdir)/${script}; \