Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/start-stop-daemon/makefile

    r6 r25  
    22        gcc -Wall -Wextra -Wno-return-type -o $@ $<
    33
     4install: start-stop-daemon
     5        chown root.root start-stop-daemon
     6        chmod 0755 start-stop-daemon
     7
    48clean:
    59        rm start-stop-daemon
Note: See TracChangeset for help on using the changeset viewer.