NetBSD/usr.bin/rpcinfo/Makefile

21 lines
330 B
Makefile

# $NetBSD: Makefile,v 1.15 2013/08/21 21:05:29 dholland 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>