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.bin
/
msgs
/
Makefile
blob
927ed1dab35cd40d9e37aec4217246919f0504d8
1
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/msgs/Makefile,v 1.6 1999/08/28 01:04:21 peter Exp $
3
4
PROG
=
msgs
5
DPADD
= ${
LIBNCURSES
}
6
LDADD
= -
lprivate_ncurses
7
LDFLAGS
+= -
rpath
/
lib
/
priv
-
L
${
_SHLIBDIRPREFIX
}/
usr
/
lib
/
priv
8
9
.
include
<
bsd.prog.mk
>