summaryrefslogtreecommitdiffstats
path: root/factor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'factor/Makefile')
-rw-r--r--factor/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/factor/Makefile b/factor/Makefile
new file mode 100644
index 00000000..846831b4
--- /dev/null
+++ b/factor/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 5.7 (Berkeley) 4/8/91
+
+PROG= factor
+SRCS= factor.c pr_tbl.c
+CFLAGS+=-I${.CURDIR}/../primes
+MAN6= factor.0
+MLINKS+=factor.6 primes.6
+.PATH: ${.CURDIR}/../primes
+
+.include <bsd.prog.mk>