home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / bin / dd / Makefile < prev    next >
Encoding:
Makefile  |  1993-04-28  |  127 b   |  7 lines

  1. #    @(#)Makefile    5.4 (Berkeley) 11/23/91
  2.  
  3. PROG=    dd
  4. SRCS=    args.c conv.c conv_tab.c dd.c misc.c position.c
  5.  
  6. .include <bsd.prog.mk>
  7.