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
wpa_supplicant - CVE-2015-1863 (dead code in DFly so not an issue)
[dragonfly.git]
/
usr.bin
/
rpcinfo
/
Makefile
blob
411cfbe9a831555e7a538c5fd873019f3637f5e7
1
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
2
# $FreeBSD: src/usr.bin/rpcinfo/Makefile,v 1.8 2006/07/27 13:47:02 yar Exp $
3
# $DragonFly: src/usr.bin/rpcinfo/Makefile,v 1.3 2007/08/27 16:50:58 pavalos Exp $
4
5
PROG
=
rpcinfo
6
MAN
=
rpcinfo
.8
7
8
CFLAGS
+= -
DPORTMAP
9
WARNS?
=
2
10
11
.
include
<
bsd.prog.mk
>