mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Set ${DPADD}, use +=, add $Id$
This commit is contained in:
parent
64dc51ab2e
commit
96169cfebd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18002
@ -1,6 +1,9 @@
|
|||||||
|
# $Id$
|
||||||
|
|
||||||
PROG= watch
|
PROG= watch
|
||||||
MAN8= watch.8
|
MAN8= watch.8
|
||||||
BINMODE=500
|
BINMODE=500
|
||||||
LDADD= -ltermcap
|
LDADD+= -ltermcap
|
||||||
|
DPADD+= ${LIBTERMCAP}
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user