summary refs log tree commit diff
path: root/src/usr.bin/jot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/jot/Makefile')
-rw-r--r--src/usr.bin/jot/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr.bin/jot/Makefile b/src/usr.bin/jot/Makefile
new file mode 100644
index 0000000..c552df3
--- /dev/null
+++ b/src/usr.bin/jot/Makefile
@@ -0,0 +1,6 @@
+#	$OpenBSD: Makefile,v 1.4 2003/12/29 08:51:19 otto Exp $
+
+PROG=	jot
+CFLAGS+= -Wall
+
+.include <bsd.prog.mk>