NetBSD/usr.bin/rdist/Makefile
matt fcd0fb118f Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,
etc. as appropriate to get exit,srncmp,abs,abort,etc.
Add -I${.CURDIR} to a few Makefiles
2000-07-03 02:51:12 +00:00

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>