ec5dbc56b8
Makefile (before including <bsd.own.mk>)
13 lines
188 B
Makefile
13 lines
188 B
Makefile
# $NetBSD: Makefile,v 1.8 2002/08/19 14:55:16 lukem Exp $
|
|
|
|
NOPIC= # defined
|
|
NOPROFILE= # defined
|
|
|
|
LIB= rmt
|
|
SRCS= rmtlib.c
|
|
MAN= rmtops.3
|
|
|
|
CPPFLAGS+= -D_REENTRANT
|
|
|
|
.include <bsd.lib.mk>
|