repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
distrib
/
utils
/
x_ping
/
Makefile
blob
7d180ccf11ab44c7ad6bbbd6c89f7cf4d50328ed
1
# $NetBSD: Makefile,v 1.5 2001/10/05 01:17:31 jmc Exp $
2
# Build ping without IPSEC
3
4
SRCDIR
= ${
.CURDIR
}/
..
/
..
/
..
/
sbin
/
ping
5
6
PROG
=
ping
7
NOMAN
=
# defined
8
9
CPPFLAGS
+= -
I
${
SRCDIR
}
10
DPADD
= ${
LIBM
}
11
LDADD
= -
lm
12
13
.
include
<
bsd.prog.mk
>
14
15
.PATH
: ${
SRCDIR
}