Ticket #32741: patch-Makefile.diff

File patch-Makefile.diff, 504 bytes (added by fracai, 12 years ago)

Makefile patch

  • Makefile

    old new  
    88        $(CC) -Wall -Wstrict-prototypes -O2 ${CFLAGS} -o symlinks symlinks.c
    99 
    1010install: all symlinks.8
    11         install -m 755 -o root -g root symlinks /usr/local/bin
    12         install -m 644 -o root -g root symlinks.8 /usr/local/man/man8
     11        install -m 755 -o root -g admin symlinks /usr/local/bin
     12        install -m 644 -o root -g admin symlinks.8 /usr/local/share/man/man8
    1313
    1414clean:
    1515        rm -f symlinks *.o core