home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / tail / Makefile < prev    next >
Encoding:
Makefile  |  1991-07-21  |  121 b   |  7 lines

  1. #    @(#)Makefile    5.4 (Berkeley) 7/21/91
  2.  
  3. PROG=    tail
  4. SRCS=    forward.c misc.c read.c reverse.c tail.c
  5.  
  6. .include <bsd.prog.mk>
  7.