NetBSD/games/factor/Makefile

12 lines
256 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.7 (Berkeley) 4/8/91
1994-12-22 12:31:26 +03:00
# $Id: Makefile,v 1.3 1994/12/22 09:34:03 cgd Exp $
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
.include <bsd.prog.mk>