repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
e1000: add i82583V 1000baseT Ethernet
[minix3.git]
/
sbin
/
ping
/
Makefile
blob
12e2c5da7381c8e6b450883b6d5d8e42f759815f
1
# $NetBSD: Makefile,v 1.17 2013/11/09 21:39:27 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
USE_FORT?
=
yes
# setuid
5
RUMPPRG
=
ping
6
MAN
=
ping
.8
7
BINOWN
=
root
8
BINMODE
=
4555
9
LDADD
= -
lm
10
DPADD
= ${
LIBM
}
11
.
include
<
bsd.own.mk
>
12
.if
!
defined
(
__MINIX
)
13
CPPFLAGS
+= -
DIPSEC
14
LDADD
+= -
lipsec
15
DPADD
+= ${
LIBIPSEC
}
16
.
endif
# !defined(__MINIX)
17
18
.if
${
MACHINE_ARCH
} ==
"vax"
19
COPTS.ping.c
=-
O0
20
.
endif
21
22
.
include
<
bsd.prog.mk
>