NetBSD/games/factor/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

12 lines
255 B
Makefile

# $NetBSD: Makefile,v 1.6 1997/05/08 21:11:07 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= factor
SRCS= factor.c pr_tbl.c
CFLAGS+=-I${.CURDIR}/../primes
MAN= factor.6
MLINKS+=factor.6 primes.6
.PATH: ${.CURDIR}/../primes
.include <bsd.prog.mk>