]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - factor/Makefile
Use POSIX tty semantics.
[bsdgames-darwin.git] / factor / Makefile
1 # $NetBSD: Makefile,v 1.4 1995/03/23 08:28:00 cgd Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= factor
5 SRCS= factor.c pr_tbl.c
6 CFLAGS+=-I${.CURDIR}/../primes
7 MAN= factor.6
8 MLINKS+=factor.6 primes.6
9 .PATH: ${.CURDIR}/../primes
10
11 .include <bsd.prog.mk>