fcd0fb118f
etc. as appropriate to get exit,srncmp,abs,abort,etc. Add -I${.CURDIR} to a few Makefiles
9 lines
218 B
Makefile
9 lines
218 B
Makefile
# $NetBSD: Makefile,v 1.10 2000/07/03 02:51:32 matt Exp $
|
|
# from: @(#)Makefile 8.3 (Berkeley) 7/19/93
|
|
|
|
CPPFLAGS+= -I${.CURDIR}
|
|
PROG= rdist
|
|
SRCS= docmd.c expand.c gram.y lookup.c main.c server.c
|
|
|
|
.include <bsd.prog.mk>
|