85fee539f4
This also means importing librmt. Change-Id: Ie5b314aeaad28dca46acb64f20f2d70746ea52d0
16 lines
252 B
Makefile
16 lines
252 B
Makefile
# $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
|
|
|
|
CPPFLAGS+= -D_REENTRANT
|
|
|
|
.include <bsd.lib.mk>
|