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

Annotation of src/usr.bin/tftp/Makefile, Revision 1.4

1.4     ! henning     1: #      $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:13 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  tftp
1.4     ! henning     4: CFLAGS+=-Wall
1.1       deraadt     5: SRCS=  main.c tftp.c tftpsubs.c
                      6:
                      7: .include <bsd.prog.mk>