c1ceae17f0
awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
23 lines
363 B
Makefile
23 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/04/14 22:15:25 lukem Exp $
|
|
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
|
|
|
WARNS?= 2 # XXX -Wcast-qual issues
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
USE_FORT?= yes # network client
|
|
|
|
PROG= rpcinfo
|
|
MAN= rpcinfo.8
|
|
SRCS= rpcinfo.c
|
|
|
|
CPPFLAGS+= -DPORTMAP
|
|
|
|
.if (${USE_INET6} != "no")
|
|
CPPFLAGS+= -DINET6
|
|
.endif
|
|
|
|
.PATH: ${LIBCRPCDIR}
|
|
|
|
.include <bsd.prog.mk>
|