freebsd-src/usr.bin/primes/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
94 B
Makefile
Raw Normal View History

PROG= primes
SRCS= pattern.c pr_tbl.c primes.c spsp.c
MAN=
LIBADD= m
.include <bsd.prog.mk>