2012-10-22 16:10:38 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2007/05/28 12:06:21 tls Exp $
|
|
|
|
|
|
|
|
.ifndef __MINIX
|
|
|
|
USE_FORT?= yes # network protocol library
|
|
|
|
.endif
|
|
|
|
|
|
|
|
NOPIC= # defined
|
|
|
|
NOPROFILE= # defined
|
|
|
|
|
|
|
|
LIB= rmt
|
|
|
|
SRCS= rmtlib.c
|
|
|
|
MAN= rmtops.3
|
|
|
|
|
2012-11-15 12:06:41 +01:00
|
|
|
.ifndef __MINIX
|
2012-10-22 16:10:38 +02:00
|
|
|
CPPFLAGS+= -D_REENTRANT
|
2012-11-15 12:06:41 +01:00
|
|
|
.endif
|
2012-10-22 16:10:38 +02:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|