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

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

1.3     ! deraadt     1: #      $OpenBSD: Makefile,v 1.2 1996/06/26 05:33:20 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  fmt
                      4: SRCS=  fmt.c head.c
                      5: .PATH: ${.CURDIR}/../mail
                      6:
                      7: .include <bsd.prog.mk>