summaryrefslogtreecommitdiffstats
path: root/primes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'primes/Makefile')
-rw-r--r--primes/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/primes/Makefile b/primes/Makefile
new file mode 100644
index 00000000..ca68a7d8
--- /dev/null
+++ b/primes/Makefile
@@ -0,0 +1,9 @@
+# @(#)Makefile 5.1 (Berkeley) 5/11/90
+
+PROG= primes
+SRCS= pattern.c pr_tbl.c primes.c
+NOMAN= noman
+DPADD= ${LIBM}
+LDADD= -lm
+
+.include <bsd.prog.mk>