[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / grep

Annotation of src/usr.bin/grep/Makefile, Revision 1.1

1.1     ! deraadt     1: #      $OpenBSD$
        !             2:
        !             3: PROG=  grep
        !             4: SRCS=  grep.c
        !             5: CFLAGS+= -Wall -pedantic -g
        !             6:
        !             7: LINKS+=        ${BINDIR}/grep ${BINDIR}/egrep \
        !             8:        ${BINDIR}/grep ${BINDIR}/fgrep
        !             9: MLINKS=        grep.1 egrep.1 grep.1 fgrep.1
        !            10:
        !            11: .include <bsd.prog.mk>