NetBSD/usr.bin/rpcinfo/Makefile

21 lines
325 B
Makefile

# $NetBSD: Makefile,v 1.12 2007/05/28 18:12:06 tls Exp $
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
.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>