--- trunk/magellan-initscripts/Makefile 2007/04/01 01:06:42 453 +++ 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.3 2006-04-14 13:56:49 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