Makefile revision 27008
1#	$Id:$
2
3PROG=	pppctl
4SRCS=	pppctl.c
5CFLAGS+=-Wall
6MAN8=	pppctl.8
7
8.include <bsd.prog.mk>
9