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

Annotation of src/usr.bin/tail/Makefile, Revision 1.5

1.5     ! millert     1: #      $OpenBSD: Makefile,v 1.4 1997/09/21 11:51:04 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  tail
1.5     ! millert     4: SRCS=  forward.c misc.c read.c reverse.c tail.c
1.1       deraadt     5:
                      6: .include <bsd.prog.mk>