cbc83e378a
Differential Revision: https://reviews.freebsd.org/D32098
11 lines
89 B
Makefile
11 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= watch
|
|
MAN= watch.8
|
|
|
|
WARNS?= 2
|
|
|
|
LIBADD= tinfow
|
|
|
|
.include <bsd.prog.mk>
|