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

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

1.1     ! deraadt     1: #      $OpenBSD$
        !             2:
        !             3: PROG=  diff
        !             4: SRCS=  diff.c diffdir.c diffreg.c
        !             5:
        !             6: .include <bsd.prog.mk>