NetBSD/games/factor/Makefile

12 lines
259 B
Makefile
Raw Normal View History

1997-10-22 08:42:45 +04:00
# $NetBSD: Makefile,v 1.7 1997/10/22 04:43:26 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
PROG= factor
SRCS= factor.c pr_tbl.c
1997-10-22 08:42:45 +04:00
CPPFLAGS+=-I${.CURDIR}/../primes
1994-12-22 12:31:26 +03:00
MAN= factor.6
1993-03-21 12:45:37 +03:00
MLINKS+=factor.6 primes.6
.PATH: ${.CURDIR}/../primes
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>