opendir change: refinement
[minix.git] / lib / librmt / Makefile
blobd0323f89619c8bf60a326c138fe1676b4a5e544f
1 # $NetBSD: Makefile,v 1.9 2007/05/28 12:06:21 tls Exp $
3 .ifndef __MINIX
4 USE_FORT?= yes # network protocol library
5 .endif
7 NOPIC= # defined
8 NOPROFILE= # defined
10 LIB= rmt
11 SRCS= rmtlib.c
12 MAN= rmtops.3
14 .ifndef __MINIX
15 CPPFLAGS+= -D_REENTRANT
16 .endif
18 .include <bsd.lib.mk>