12 lines
184 B
Makefile
12 lines
184 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/12/12 00:51:05 tv Exp $
|
|
|
|
LIB= rmt
|
|
SRCS= rmtlib.c
|
|
MAN= rmtops.3
|
|
|
|
CPPFLAGS+= -D_REENTRANT
|
|
NOPIC= # defined
|
|
NOPROFILE= # defined
|
|
|
|
.include <bsd.lib.mk>
|