summaryrefslogtreecommitdiffstats
path: root/fortune/fortune/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fortune/fortune/Makefile')
-rw-r--r--fortune/fortune/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/fortune/fortune/Makefile b/fortune/fortune/Makefile
new file mode 100644
index 00000000..f800abb6
--- /dev/null
+++ b/fortune/fortune/Makefile
@@ -0,0 +1,10 @@
+# %W% (Berkeley) %G%
+
+PROG= fortune
+MAN6= fortune.0
+CFLAGS+=-I${.CURDIR}/../strfile
+DPADD= ${COMPAT}
+LDADD= -lcompat
+
+.include "${.CURDIR}/../../Makefile.inc"
+.include <bsd.prog.mk>