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
hammer2 - Allow @LABEL to be omitted
[dragonfly.git]
/
sbin
/
ping
/
Makefile
blob
bb0e34505de2edf3e8f1cffe18a99cb9370fbf71
1
# @(#)Makefile 8.1 (Berkeley) 6/5/93
2
# $FreeBSD: src/sbin/ping/Makefile,v 1.12.2.4 2001/12/19 04:49:11 dd Exp $
3
# $DragonFly: src/sbin/ping/Makefile,v 1.4 2006/10/17 00:55:43 pavalos Exp $
4
5
PROG
=
ping
6
MAN
=
ping
.8
7
BINMODE
=
4555
8
DPADD
= ${
LIBM
}
9
LDADD
= -
lm
10
11
CFLAGS
+=-
DIPSEC
12
DPADD
+= ${
LIBIPSEC
}
13
LDADD
+= -
lipsec
14
15
.
include
<
bsd.prog.mk
>