diff options
-rw-r--r-- | games/factor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/factor/Makefile b/games/factor/Makefile index b82f09e..0189952 100644 --- a/games/factor/Makefile +++ b/games/factor/Makefile @@ -3,7 +3,7 @@ PROG= factor SRCS= factor.c pr_tbl.c CFLAGS+=-I${.CURDIR}/../primes -MAN6= factor.0 +MAN6= factor.6 MLINKS+=factor.6 primes.6 .PATH: ${.CURDIR}/../primes |