mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01: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>
|