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

  1. #    @(#)Makefile    5.9 (Berkeley) 2/26/91
  2.  
  3. PROG=    error
  4. SRCS=    main.c input.c pi.c subr.c filter.c touch.c
  5.  
  6. .include <bsd.prog.mk>
  7.