home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / vgrind / retest / Makefile next >
Encoding:
Makefile  |  1990-06-05  |  143 b   |  11 lines

  1. #    @(#)Makefile    5.1 (Berkeley) 6/5/90
  2.  
  3. PROG=    retest
  4. SRCS=    regexp.c retest.c
  5. .PATH:    ${.CURDIR}/..
  6. NOMAN=    noman
  7.  
  8. install:
  9.  
  10. .include <bsd.prog.mk>
  11.