1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-08 17:30:46 +00:00
bsdgames/primes/Makefile.bsd

11 lines
211 B
Makefile
Raw Permalink Normal View History

2012-02-25 17:04:33 +00:00
# $NetBSD: Makefile,v 1.7 2004/02/08 13:16:25 jsm Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= primes
SRCS= pattern.c pr_tbl.c primes.c
MAN= primes.6
DPADD= ${LIBM}
LDADD= -lm
.include <bsd.prog.mk>