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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr.bin/jot/Makefile b/src/usr.bin/jot/Makefile
index c552df3..3498301 100644
--- a/src/usr.bin/jot/Makefile
+++ b/src/usr.bin/jot/Makefile
@@ -1,6 +1,8 @@
-#	$OpenBSD: Makefile,v 1.4 2003/12/29 08:51:19 otto Exp $
+#	$OpenBSD: Makefile,v 1.5 2016/01/10 01:15:52 tb Exp $
 
 PROG=	jot
 CFLAGS+= -Wall
+LDADD+=	-lm
+DPADD+=	${LIBM}
 
 .include <bsd.prog.mk>