NetBSD/usr.bin/rpcinfo/Makefile
tls 36a21907e2 Since Christos cleaned up the use of libc internals here, we can switch
these from USE_SSP to USE_FORT as they should be.
2007-05-28 18:12:06 +00:00

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>