home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / games / factor / Makefile < prev    next >
Encoding:
Makefile  |  1991-04-08  |  199 b   |  11 lines

  1. #    @(#)Makefile    5.7 (Berkeley) 4/8/91
  2.  
  3. PROG=    factor
  4. SRCS=    factor.c pr_tbl.c
  5. CFLAGS+=-I${.CURDIR}/../primes
  6. MAN6=    factor.0
  7. MLINKS+=factor.6 primes.6
  8. .PATH:    ${.CURDIR}/../primes
  9.  
  10. .include <bsd.prog.mk>
  11.