d8817d5ac1
jot(1)'s output now matches the examples given in the manpage.
10 lines
171 B
Makefile
10 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/01/07 07:09:01 garbled Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= jot
|
|
WFORMAT=1
|
|
DPADD= ${LIBMATH}
|
|
LDADD= -lm
|
|
|
|
.include <bsd.prog.mk>
|