mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
c6db8143ed
Reduce overlinking
11 lines
91 B
Makefile
11 lines
91 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= watch
|
|
MAN= watch.8
|
|
|
|
WARNS?= 2
|
|
|
|
LIBADD= ncursesw
|
|
|
|
.include <bsd.prog.mk>
|