Get rid of an unused variable due to the last commit.
[dragonfly.git] / usr.bin / jot / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 #       $DragonFly: src/usr.bin/jot/Makefile,v 1.2 2004/07/31 10:23:11 eirikn Exp $
3
4 PROG=   jot
5
6 WARNS?=6
7
8 .include <bsd.prog.mk>