NetBSD/lib/librmt/Makefile

15 lines
229 B
Makefile
Raw Normal View History

2007-05-28 16:06:17 +04:00
# $NetBSD: Makefile,v 1.9 2007/05/28 12:06:21 tls Exp $
USE_FORT?= yes # network protocol library
NOPIC= # defined
NOPROFILE= # defined
1996-08-14 00:13:35 +04:00
LIB= rmt
SRCS= rmtlib.c
MAN= rmtops.3
CPPFLAGS+= -D_REENTRANT
.include <bsd.lib.mk>