X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=664dc271149bfb1efeefcf2bffe799189953875d;hb=d8565894121dd3048a27cdacf6ff8b39cbdb983c;hp=4f129b9168685159c58bae714ca68d7a8929720a;hpb=8979c1d94d3d62e88f610f8abc91041241b56b17;p=startuptools diff --git a/Makefile b/Makefile index 4f129b9..664dc27 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ all: $(PRG) clean: rm -f *.o $(PRG) +daemon.o: daemon.c exec.c +chids.o: chids.c exec.c + install: install-scripts install-scripts: @@ -19,6 +22,7 @@ install-scripts: install -m755 $(addprefix scripts/,ifup ifdown) $(DESTDIR)/sbin install -d -m755 $(DESTDIR)/etc/networks install -m755 scripts/localhost.net $(DESTDIR)/etc/networks/localhost + install -D -m644 scripts/example.rc $(DESTDIR)/usr/share/startuptools/example.rc tarball: rm startuptools.tar.gz ; cd ..; tar -czf startuptools.tar.gz startuptools; mv startuptools.tar.gz startuptools