xref: /netbsd-src/lib/librmt/Makefile (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1#	$NetBSD: Makefile,v 1.9 2007/05/28 12:06:21 tls Exp $
2
3USE_FORT?= yes	# network protocol library
4
5NOPIC=		# defined
6NOPROFILE=	# defined
7
8LIB=		rmt
9SRCS=		rmtlib.c
10MAN=		rmtops.3
11
12CPPFLAGS+=	-D_REENTRANT
13
14.include <bsd.lib.mk>
15