]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - factor/Makefile
use CPPFLAGS instead of CFLAGS
[bsdgames-darwin.git] / factor / Makefile
1 # $NetBSD: Makefile,v 1.7 1997/10/22 04:43:26 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= factor
5 SRCS= factor.c pr_tbl.c
6 CPPFLAGS+=-I${.CURDIR}/../primes
7 MAN= factor.6
8 MLINKS+=factor.6 primes.6
9 .PATH: ${.CURDIR}/../primes
10
11 .include <bsd.prog.mk>