summary refs log tree commit diff
path: root/src/usr.bin/jot/Makefile
blob: 34983012d78229c94fe02cd6b0812b2d299f1b65 (plain) (blame)
1
2
3
4
5
6
7
8
#	$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>