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

Annotation of src/usr.bin/sendbug/Makefile, Revision 1.1.1.1

1.1       ray         1: #      $OpenBSD$
                      2:
                      3: PROG=sendbug
                      4: SRCS=atomicio.c sendbug.c
                      5: COPTS+=-Wall -W
                      6:
                      7: .include <bsd.prog.mk>