freebsd-dev/usr.sbin/watch/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

11 lines
91 B
Makefile

# $FreeBSD$
PROG= watch
MAN= watch.8
WARNS?= 2
LIBADD= ncursesw
.include <bsd.prog.mk>