From 6229db319d84458580b612a1db027175de21ee51 Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 19 Sep 2002 03:15:39 +0000 Subject: use NETBSDSRCDIR as appropriate --- factor/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'factor') diff --git a/factor/Makefile b/factor/Makefile index 89ea508b..0be04759 100644 --- a/factor/Makefile +++ b/factor/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2002/06/16 22:24:01 itojun Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/19 03:15:39 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # For MKCRYPTO .include +PRIMES= ${NETBSDSRCDIR}/games/primes + PROG= factor SRCS= factor.c pr_tbl.c -CPPFLAGS+=-I${.CURDIR}/../primes +CPPFLAGS+=-I${PRIMES} .if (${MKCRYPTO} != "no") CPPFLAGS+=-DHAVE_OPENSSL @@ -16,6 +18,6 @@ DPADD+= ${LIBCRYPTO} MAN= factor.6 MLINKS+=factor.6 primes.6 -.PATH: ${.CURDIR}/../primes +.PATH: ${PRIMES} .include -- cgit v1.2.3-56-ge451