NetBSD/games/factor/Makefile

12 lines
255 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1997/05/08 21:11:07 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
PROG= factor
SRCS= factor.c pr_tbl.c
CFLAGS+=-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>