mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
8d43ce09fc
functions, remove an unused function, and silence other assorted warnings. Set WARNS=2.
10 lines
112 B
Makefile
10 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= watch
|
|
WARNS?= 2
|
|
MAN= watch.8
|
|
LDADD+= -ltermcap
|
|
DPADD+= ${LIBTERMCAP}
|
|
|
|
.include <bsd.prog.mk>
|