summaryrefslogtreecommitdiffstats
path: root/factor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'factor/Makefile')
-rw-r--r--factor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/factor/Makefile b/factor/Makefile
index 02907745..182e1667 100644
--- a/factor/Makefile
+++ b/factor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1997/05/06 20:45:02 gwr Exp $
+# $NetBSD: Makefile,v 1.6 1997/05/08 21:11:07 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= factor
@@ -6,6 +6,6 @@ SRCS= factor.c pr_tbl.c
CFLAGS+=-I${.CURDIR}/../primes
MAN= factor.6
MLINKS+=factor.6 primes.6
-.PATH.c: ${.CURDIR}/../primes
+.PATH: ${.CURDIR}/../primes
.include <bsd.prog.mk>