repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adds a couple print_vmcb()s for the write CR0 -> shutdown bug
[freebsd-src/fkvm-freebsd.git]
/
sbin
/
ping
/
Makefile
blob
838e1ea7245bc8e383721ea15f9b7d0c230d8d4e
1
# @(#)Makefile 8.1 (Berkeley) 6/5/93
2
# $FreeBSD$
3
4
PROG
=
ping
5
MAN
=
ping
.8
6
BINOWN
=
root
7
BINMODE
=
4555
8
WARNS?
=
2
9
DPADD
= ${
LIBM
}
10
LDADD
= -
lm
11
12
.if
!
defined
(
RELEASE_CRUNCH
)
13
CFLAGS
+=-
DIPSEC
14
DPADD
+= ${
LIBIPSEC
}
15
LDADD
+= -
lipsec
16
.
endif
17
18
.
include
<
bsd.prog.mk
>