NetBSD/usr.bin/rpcinfo/Makefile

23 lines
342 B
Makefile

# $NetBSD: Makefile,v 1.14 2011/02/08 22:16:58 christos Exp $
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
WARNS ?= 4
.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>