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

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

1.3     ! ray         1: #      $OpenBSD: Makefile,v 1.2 2003/06/25 02:42:50 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  diff
1.3     ! ray         4: SRCS=  diff.c diffdir.c diffreg.c xmalloc.c
1.2       deraadt     5: COPTS+= -Wall
1.1       deraadt     6:
                      7: .include <bsd.prog.mk>