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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.bin
/
rpcgen
/
Makefile
blob
7971fa691593e42dd74ded86137f570203cadc90
1
# $NetBSD: Makefile,v 1.11 2003/05/18 07:57:36 lukem Exp $
2
3
WARNS?
=
2
# XXX -Wcast-qual issues
4
5
PROG
=
rpcgen
6
SRCS
=
rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_scan.c \
7
rpc_svcout.c rpc_util.c rpc_sample.c rpc_tblout.c
8
9
.
include
<
bsd.prog.mk
>