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
LIBPRIV: Add common PRIVATELIB_LDFLAGS definitions.
[dragonfly.git]
/
usr.bin
/
msgs
/
Makefile
blob
bf3435c37c940daa3dff5cfa37c27f580c362535
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
+= ${
PRIVATELIB_LDFLAGS
}
8
9
.
include
<
bsd.prog.mk
>