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]
/
usr.bin
/
rpcinfo
/
Makefile
blob
80ac58d679cca86f8c359350e79204b990e59ee2
1
# $NetBSD: Makefile,v 1.12 2007/05/28 18:12:06 tls Exp $
2
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
3
4
WARNS?
=
2
# XXX -Wcast-qual issues
5
6
.
include
<
bsd.own.mk
>
7
8
USE_FORT?
=
yes
# network client
9
10
PROG
=
rpcinfo
11
MAN
=
rpcinfo
.8
12
SRCS
=
rpcinfo.c
13
14
CPPFLAGS
+= -
DPORTMAP
15
16
.if
(${
USE_INET6
} !=
"no"
)
17
CPPFLAGS
+= -
DINET6
18
.
endif
19
20
.PATH
: ${
LIBCRPCDIR
}
21
22
.
include
<
bsd.prog.mk
>