mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Set ${DPADD}, use +=, add $Id$
This commit is contained in:
parent
64dc51ab2e
commit
96169cfebd
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
# $Id$
|
||||
|
||||
PROG= watch
|
||||
MAN8= watch.8
|
||||
BINMODE=500
|
||||
LDADD= -ltermcap
|
||||
LDADD+= -ltermcap
|
||||
DPADD+= ${LIBTERMCAP}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue