NetBSD/usr.bin/jot/Makefile
garbled d8817d5ac1 Apply modified fix for PR bin/23763
jot(1)'s output now matches the examples given in the manpage.
2006-01-07 07:09:01 +00:00

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>