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
kernel - Fix rare tsleep/callout race
[dragonfly.git]
/
usr.bin
/
ul
/
Makefile
blob
8748059b0918024acafec4d89d8543cd75eefa8d
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: head/usr.bin/ul/Makefile 87700 2001-12-11 23:27:23Z markm $
3
4
PROG
=
ul
5
6
DPADD
= ${
LIBNCURSES
}
7
LDADD
= -
lprivate_ncurses
8
LDFLAGS
+= -
rpath
/
lib
/
priv
-
L
${
_SHLIBDIRPREFIX
}/
usr
/
lib
/
priv
9
10
.
include
<
bsd.prog.mk
>