CORE-POS/IS4C

View on GitHub
fannie/auth/shadowread/Makefile

Summary

Maintainability
Test Coverage
CC=gcc
FLAGS=

shadowread: shadowread.c
    $(CC) $(FLAGS) -o shadowread shadowread.c

install:
    chown root:root shadowread
    chmod 755 shadowread
    chmod u+s shadowread