12 lines
168 B
Makefile
12 lines
168 B
Makefile
# $NetBSD: Makefile,v 1.6 2000/07/03 03:56:22 matt Exp $
|
|
|
|
LIB= rmt
|
|
SRCS= rmtlib.c
|
|
MAN= rmtops.3
|
|
|
|
CPPFLAGS += -D_REENTRANT
|
|
MKPROFILE=no
|
|
MKPIC= no
|
|
|
|
.include <bsd.lib.mk>
|