repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/linux: Add kasprintf and kvasprintf()
[dragonfly.git]
/
usr.sbin
/
watch
/
Makefile
blob
be98aee756ee703f4c4eda575a228ab4acd9ee7f
1
# $FreeBSD: src/usr.sbin/watch/Makefile,v 1.8.2.2 2002/03/11 01:26:42 dd Exp $
2
3
PROG
=
watch
4
MAN
=
watch
.8
5
6
LDADD
= -
lprivate_ncurses
7
DPADD
= ${
LIBNCURSES
}
8
LDFLAGS
+= -
rpath
/
lib
/
priv
-
L
${
_SHLIBDIRPREFIX
}/
usr
/
lib
/
priv
9
10
.
include
<
bsd.prog.mk
>