mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
9 lines
77 B
Makefile
9 lines
77 B
Makefile
|
|
PROG= watch
|
|
MAN= watch.8
|
|
|
|
WARNS?= 2
|
|
|
|
LIBADD= tinfow
|
|
|
|
.include <bsd.prog.mk>
|